aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/cpu-sh5
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/cpu-sh5')
-rw-r--r--include/asm-sh/cpu-sh5/cache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh5/cache.h b/include/asm-sh/cpu-sh5/cache.h
index 2d1f9c28b923..7eaa8894649f 100644
--- a/include/asm-sh/cpu-sh5/cache.h
+++ b/include/asm-sh/cpu-sh5/cache.h
@@ -19,6 +19,10 @@
19#define SH_CACHE_VALID (1LL<<0) 19#define SH_CACHE_VALID (1LL<<0)
20#define SH_CACHE_UPDATED (1LL<<57) 20#define SH_CACHE_UPDATED (1LL<<57)
21 21
22/* Unimplemented compat bits.. */
23#define SH_CACHE_COMBINED 0
24#define SH_CACHE_ASSOC 0
25
22/* Cache flags */ 26/* Cache flags */
23#define SH_CACHE_MODE_WT (1LL<<0) 27#define SH_CACHE_MODE_WT (1LL<<0)
24#define SH_CACHE_MODE_WB (1LL<<1) 28#define SH_CACHE_MODE_WB (1LL<<1)