summaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v32/cache.h
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@austin.ibm.com>2005-07-28 16:03:36 +0200
committerDave Kleikamp <shaggy@austin.ibm.com>2005-07-28 16:03:36 +0200
commitda28c12089dfcfb8695b6b555cdb8e03dda2b690 (patch)
treeb3ff509f21352ef053cb3d490cb13528090d32ac /include/asm-cris/arch-v32/cache.h
parentMerge with /home/shaggy/git/linus-clean/ (diff)
parent[PATCH] More qla2xxx configuration fixes (diff)
downloadlinux-da28c12089dfcfb8695b6b555cdb8e03dda2b690.tar.xz
linux-da28c12089dfcfb8695b6b555cdb8e03dda2b690.zip
Merge with /home/shaggy/git/linus-clean/
/home/shaggy/git/linus-clean/ /home/shaggy/git/linus-clean/ Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Diffstat (limited to 'include/asm-cris/arch-v32/cache.h')
-rw-r--r--include/asm-cris/arch-v32/cache.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-cris/arch-v32/cache.h b/include/asm-cris/arch-v32/cache.h
new file mode 100644
index 000000000000..4fed8d62ccc8
--- /dev/null
+++ b/include/asm-cris/arch-v32/cache.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_CRIS_ARCH_CACHE_H
+#define _ASM_CRIS_ARCH_CACHE_H
+
+/* A cache-line is 32 bytes. */
+#define L1_CACHE_BYTES 32
+#define L1_CACHE_SHIFT 5
+#define L1_CACHE_SHIFT_MAX 5
+
+#endif /* _ASM_CRIS_ARCH_CACHE_H */