aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2009-06-02 02:49:13 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-06-02 12:12:53 +0900
commitd974ac24b762296eeaebb23e5eff8ed15ce44529 (patch)
treede14e53bc8cc267b65016b746e25f584d7c9c8aa
parentserial: sh-sci: Fix up PORT_SCI console output ordering. (diff)
downloadlinux-dev-d974ac24b762296eeaebb23e5eff8ed15ce44529.tar.xz
linux-dev-d974ac24b762296eeaebb23e5eff8ed15ce44529.zip
sh: add RAMCR definition for sh4
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/include/cpu-sh4/cpu/cache.h2
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 1c61ebf5c8e3..7bfb9e8b069c 100644
--- a/arch/sh/include/cpu-sh4/cpu/cache.h
+++ b/arch/sh/include/cpu-sh4/cpu/cache.h
@@ -38,5 +38,7 @@
#define CACHE_IC_ADDRESS_ARRAY 0xf0000000
#define CACHE_OC_ADDRESS_ARRAY 0xf4000000
+#define RAMCR 0xFF000074
+
#endif /* __ASM_CPU_SH4_CACHE_H */