diff options
Diffstat (limited to 'arch/mips/mm/c-octeon.c')
-rw-r--r-- | arch/mips/mm/c-octeon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c index 8557fb552863..a0bcdbb81d41 100644 --- a/arch/mips/mm/c-octeon.c +++ b/arch/mips/mm/c-octeon.c | |||
@@ -180,7 +180,7 @@ static void octeon_flush_kernel_vmap_range(unsigned long vaddr, int size) | |||
180 | * Probe Octeon's caches | 180 | * Probe Octeon's caches |
181 | * | 181 | * |
182 | */ | 182 | */ |
183 | static void __cpuinit probe_octeon(void) | 183 | static void probe_octeon(void) |
184 | { | 184 | { |
185 | unsigned long icache_size; | 185 | unsigned long icache_size; |
186 | unsigned long dcache_size; | 186 | unsigned long dcache_size; |
@@ -251,7 +251,7 @@ static void __cpuinit probe_octeon(void) | |||
251 | } | 251 | } |
252 | } | 252 | } |
253 | 253 | ||
254 | static void __cpuinit octeon_cache_error_setup(void) | 254 | static void octeon_cache_error_setup(void) |
255 | { | 255 | { |
256 | extern char except_vec2_octeon; | 256 | extern char except_vec2_octeon; |
257 | set_handler(0x100, &except_vec2_octeon, 0x80); | 257 | set_handler(0x100, &except_vec2_octeon, 0x80); |
@@ -261,7 +261,7 @@ static void __cpuinit octeon_cache_error_setup(void) | |||
261 | * Setup the Octeon cache flush routines | 261 | * Setup the Octeon cache flush routines |
262 | * | 262 | * |
263 | */ | 263 | */ |
264 | void __cpuinit octeon_cache_init(void) | 264 | void octeon_cache_init(void) |
265 | { | 265 | { |
266 | probe_octeon(); | 266 | probe_octeon(); |
267 | 267 | ||