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
- Lines: 9
- Date:
Thu Apr 17 13:20:48 1997
- Orig file:
v2.1.35/linux/include/asm-m68k/cache.h
- Orig date:
Sun Jan 26 02:07:46 1997
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