diff options
Diffstat (limited to 'arch/mips/mm/cache.c')
-rw-r--r-- | arch/mips/mm/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index 5aeb3eb0b72f..15f813c303b4 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c | |||
@@ -182,7 +182,7 @@ static inline void setup_protection_map(void) | |||
182 | } | 182 | } |
183 | } | 183 | } |
184 | 184 | ||
185 | void __cpuinit cpu_cache_init(void) | 185 | void cpu_cache_init(void) |
186 | { | 186 | { |
187 | if (cpu_has_3k_cache) { | 187 | if (cpu_has_3k_cache) { |
188 | extern void __weak r3k_cache_init(void); | 188 | extern void __weak r3k_cache_init(void); |