patch-2.3.99-pre9 linux/include/asm-mips/cache.h

Next file: linux/include/asm-mips/checksum.h
Previous file: linux/include/asm-mips/byteorder.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre8/linux/include/asm-mips/cache.h linux/include/asm-mips/cache.h
@@ -13,9 +13,11 @@
 #include <linux/config.h>
 
 #if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000)
-#define L1_CACHE_BYTES	16
+#define L1_CACHE_BYTES		16
 #else
-#define L1_CACHE_BYTES  32	/* A guess */
+#define L1_CACHE_BYTES 		32	/* A guess */
 #endif
+
+#define SMP_CACHE_BYTES		L1_CACHE_BYTES
 
 #endif /* _ASM_CACHE_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)