patch-2.1.92 linux/include/asm-i386/bugs.h
Next file: linux/include/asm-i386/ide.h
Previous file: linux/include/asm-alpha/tsunami.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Apr 1 17:30:31 1998
- Orig file:
v2.1.91/linux/include/asm-i386/bugs.h
- Orig date:
Fri Feb 6 15:32:54 1998
diff -u --recursive --new-file v2.1.91/linux/include/asm-i386/bugs.h linux/include/asm-i386/bugs.h
@@ -148,7 +148,7 @@
}
/*
- * B step AMD K6 before B 9729AIJW have hardware bugs that can cause
+ * B step AMD K6 before B 9730xxxx have hardware bugs that can cause
* misexecution of code under Linux. Owners of such processors should
* contact AMD for precise details and a CPU swap.
*
@@ -195,10 +195,10 @@
printk(KERN_INFO "AMD K6 stepping B detected - ");
/* -- cut here -- */
if (d > 20*K6_BUG_LOOP)
- printk(KERN_INFO "system stability may be impaired when more than 32 MB are used.\n");
+ printk("system stability may be impaired when more than 32 MB are used.\n");
else
- printk(KERN_INFO "probably OK (after B9730xxxx).\n");
- printk(KERN_INFO "Please see http://www.chorus.com/bpc/k6bug.html\n");
+ printk("probably OK (after B9730xxxx).\n");
+ printk(KERN_INFO "Please see http://www.chorus.com/poulot/k6bug.html\n");
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov