aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sh/mm/cache.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-08-15 12:42:55 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-08-15 12:42:55 +0900
commit79f1c9da5e5fc5f4705836d8c1cee2213fc80640 (patch)
tree78c03e959f7bf6940b4c05937861b4793e6b5cec /arch/sh/mm/cache.c
parentsh: Convert SH-2A to new cacheflush interface. (diff)
downloadwireguard-linux-79f1c9da5e5fc5f4705836d8c1cee2213fc80640.tar.xz
wireguard-linux-79f1c9da5e5fc5f4705836d8c1cee2213fc80640.zip
sh: Convert SH-3 to new cacheflush interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/cache.c')
-rw-r--r--arch/sh/mm/cache.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/mm/cache.c b/arch/sh/mm/cache.c
index b56cce408912..c9480b48c746 100644
--- a/arch/sh/mm/cache.c
+++ b/arch/sh/mm/cache.c
@@ -256,6 +256,12 @@ void __init cpu_cache_init(void)
sh2a_cache_init();
}
+ if (boot_cpu_data.family == CPU_FAMILY_SH3) {
+ extern void __weak sh3_cache_init(void);
+
+ sh3_cache_init();
+ }
+
if ((boot_cpu_data.family == CPU_FAMILY_SH4) ||
(boot_cpu_data.family == CPU_FAMILY_SH4A) ||
(boot_cpu_data.family == CPU_FAMILY_SH4AL_DSP)) {