diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-10 06:01:51 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:43 -0500 |
commit | 76168c21b78a0bd684d4687d14a2bd76bcf92762 (patch) | |
tree | d4ed090163321bc5b92494014ec8ed0e4e794d28 /include/asm-sh/cpu-sh5 | |
parent | 01fed9311ab8a724283b3f456c12e573cb51d92b (diff) |
sh: More SH-5 cpuinfo tidying.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/cpu-sh5')
-rw-r--r-- | include/asm-sh/cpu-sh5/cache.h | 4 |
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) |