diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-06-01 22:49:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-01 23:12:53 -0400 |
commit | d974ac24b762296eeaebb23e5eff8ed15ce44529 (patch) | |
tree | de14e53bc8cc267b65016b746e25f584d7c9c8aa /arch/sh | |
parent | dd0a3e77c825c9f5c6d2a97deb047f8d52026581 (diff) |
sh: add RAMCR definition for sh4
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/include/cpu-sh4/cpu/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/cpu-sh4/cpu/cache.h b/arch/sh/include/cpu-sh4/cpu/cache.h index 1c61ebf5c8e..7bfb9e8b069 100644 --- a/arch/sh/include/cpu-sh4/cpu/cache.h +++ b/arch/sh/include/cpu-sh4/cpu/cache.h | |||
@@ -38,5 +38,7 @@ | |||
38 | #define CACHE_IC_ADDRESS_ARRAY 0xf0000000 | 38 | #define CACHE_IC_ADDRESS_ARRAY 0xf0000000 |
39 | #define CACHE_OC_ADDRESS_ARRAY 0xf4000000 | 39 | #define CACHE_OC_ADDRESS_ARRAY 0xf4000000 |
40 | 40 | ||
41 | #define RAMCR 0xFF000074 | ||
42 | |||
41 | #endif /* __ASM_CPU_SH4_CACHE_H */ | 43 | #endif /* __ASM_CPU_SH4_CACHE_H */ |
42 | 44 | ||