patch-2.3.43 linux/include/asm-ia64/cache.h

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

diff -u --recursive --new-file v2.3.42/linux/include/asm-ia64/cache.h linux/include/asm-ia64/cache.h
@@ -0,0 +1,12 @@
+#ifndef _ASM_IA64_CACHE_H
+#define _ASM_IA64_CACHE_H
+
+/*
+ * Copyright (C) 1998, 1999 Hewlett-Packard Co
+ * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
+ */
+
+/* Bytes per L1 (data) cache line.  */
+#define L1_CACHE_BYTES		64
+
+#endif /* _ASM_IA64_CACHE_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)