aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/score/include/asm/cache.h')
-rw-r--r--arch/score/include/asm/cache.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/score/include/asm/cache.h b/arch/score/include/asm/cache.h
new file mode 100644
index 000000000000..ae3d59f2d2c4
--- /dev/null
+++ b/arch/score/include/asm/cache.h
@@ -0,0 +1,7 @@
+#ifndef _ASM_SCORE_CACHE_H
+#define _ASM_SCORE_CACHE_H
+
+#define L1_CACHE_SHIFT 4
+#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
+
+#endif /* _ASM_SCORE_CACHE_H */