patch-1.3.76 linux/include/asm-i386/string.h
Next file: linux/include/linux/fs.h
Previous file: linux/include/asm-i386/smp.h
Back to the patch index
Back to the overall index
-  Lines: 13
 -  Date:
Mon Mar 18 10:52:08 1996
 -  Orig file: 
v1.3.75/linux/include/asm-i386/string.h
 -  Orig date: 
Wed Feb 28 11:50:11 1996
 
diff -u --recursive --new-file v1.3.75/linux/include/asm-i386/string.h linux/include/asm-i386/string.h
@@ -6,8 +6,11 @@
  * byte string operations. But on a 386 or a PPro the
  * byte string ops are faster than doing it by hand
  * (MUCH faster on a Pentium).
+ *
+ * Also, the byte strings actually work correctly. Forget
+ * the i486 routines for now as they may be broken..
  */
-#if CPU == 486 || CPU == 586
+#if FIXED_486_STRING && (CPU == 486 || CPU == 586)
 #include <asm/string-486.h>
 #else
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this