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

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)