]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Update K6 bug URL.
authorDave Jones <davej@codemonkey.org.uk>
Mon, 24 Mar 2003 00:50:28 +0000 (16:50 -0800)
committerDave Jones <davej@codemonkey.org.uk>
Mon, 24 Mar 2003 00:50:28 +0000 (16:50 -0800)
arch/i386/kernel/cpu/amd.c

index fc57a582354e86ebcd8a373a36cff3749f7b99b8..ff810509b8fe7187928cbcdd60609408356f6e38 100644 (file)
@@ -90,14 +90,13 @@ static void __init init_amd(struct cpuinfo_x86 *c)
                                d = d2-d;
                                
                                /* Knock these two lines out if it debugs out ok */
-                               printk(KERN_INFO "K6 BUG %ld %d (Report these if test report is incorrect)\n", d, 20*K6_BUG_LOOP);
                                printk(KERN_INFO "AMD K6 stepping B detected - ");
                                /* -- cut here -- */
                                if (d > 20*K6_BUG_LOOP) 
                                        printk("system stability may be impaired when more than 32 MB are used.\n");
                                else 
                                        printk("probably OK (after B9730xxxx).\n");
-                               printk(KERN_INFO "Please see http://www.mygale.com/~poulot/k6bug.html\n");
+                               printk(KERN_INFO "Please see http://membres.lycos.fr/poulot/k6bug.html\n");
                        }
 
                        /* K6 with old style WHCR */