patch-2.4.0-test2 linux/include/asm-ppc/cache.h
Next file: linux/include/asm-ppc/est8260.h
Previous file: linux/include/asm-ppc/byteorder.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Jun 19 17:59:37 2000
- Orig file:
v2.4.0-test1/linux/include/asm-ppc/cache.h
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.4.0-test1/linux/include/asm-ppc/cache.h linux/include/asm-ppc/cache.h
@@ -9,7 +9,11 @@
/* bytes per L1 cache line */
#if !defined(CONFIG_8xx) || defined(CONFIG_8260)
+#if defined(CONFIG_PPC64BRIDGE)
+#define L1_CACHE_BYTES 128
+#else
#define L1_CACHE_BYTES 32
+#endif /* PPC64 */
#else
#define L1_CACHE_BYTES 16
#endif /* !8xx || 8260 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)