sh: Convert SH-2A to new cacheflush interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -250,6 +250,12 @@ void __init cpu_cache_init(void)
|
||||
sh2_cache_init();
|
||||
}
|
||||
|
||||
if (boot_cpu_data.family == CPU_FAMILY_SH2A) {
|
||||
extern void __weak sh2a_cache_init(void);
|
||||
|
||||
sh2a_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)) {
|
||||
|
Reference in New Issue
Block a user