patch-2.4.2 linux/include/asm-cris/cache.h

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

diff -u --recursive --new-file v2.4.1/linux/include/asm-cris/cache.h linux/include/asm-cris/cache.h
@@ -0,0 +1,10 @@
+#ifndef _ASM_CACHE_H
+#define _ASM_CACHE_H
+
+/* Etrax 100LX have 32-byte cache-lines. When we add support for future chips
+ * here should be a check for CPU type.
+ */
+
+#define L1_CACHE_BYTES 32
+
+#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)