patch-2.1.36 linux/include/asm-m68k/cache.h

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

diff -u --recursive --new-file v2.1.35/linux/include/asm-m68k/cache.h linux/include/asm-m68k/cache.h
@@ -5,7 +5,7 @@
 #define __ARCH_M68K_CACHE_H
 
 /* bytes per L1 cache line */
-#define        L1_CACHE_BYTES  32      /* a guess */
+#define        L1_CACHE_BYTES  16
 
 #define        L1_CACHE_ALIGN(x)       (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov