diff options
Diffstat (limited to 'arch/mips/cavium-octeon/smp.c')
-rw-r--r-- | arch/mips/cavium-octeon/smp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/cavium-octeon/smp.c b/arch/mips/cavium-octeon/smp.c index 295137dfdc37..138cc80c5928 100644 --- a/arch/mips/cavium-octeon/smp.c +++ b/arch/mips/cavium-octeon/smp.c | |||
@@ -173,7 +173,7 @@ static void octeon_boot_secondary(int cpu, struct task_struct *idle) | |||
173 | * After we've done initial boot, this function is called to allow the | 173 | * After we've done initial boot, this function is called to allow the |
174 | * board code to clean up state, if needed | 174 | * board code to clean up state, if needed |
175 | */ | 175 | */ |
176 | static void __cpuinit octeon_init_secondary(void) | 176 | static void octeon_init_secondary(void) |
177 | { | 177 | { |
178 | unsigned int sr; | 178 | unsigned int sr; |
179 | 179 | ||
@@ -375,7 +375,7 @@ static int octeon_update_boot_vector(unsigned int cpu) | |||
375 | return 0; | 375 | return 0; |
376 | } | 376 | } |
377 | 377 | ||
378 | static int __cpuinit octeon_cpu_callback(struct notifier_block *nfb, | 378 | static int octeon_cpu_callback(struct notifier_block *nfb, |
379 | unsigned long action, void *hcpu) | 379 | unsigned long action, void *hcpu) |
380 | { | 380 | { |
381 | unsigned int cpu = (unsigned long)hcpu; | 381 | unsigned int cpu = (unsigned long)hcpu; |
@@ -394,7 +394,7 @@ static int __cpuinit octeon_cpu_callback(struct notifier_block *nfb, | |||
394 | return NOTIFY_OK; | 394 | return NOTIFY_OK; |
395 | } | 395 | } |
396 | 396 | ||
397 | static int __cpuinit register_cavium_notifier(void) | 397 | static int register_cavium_notifier(void) |
398 | { | 398 | { |
399 | hotcpu_notifier(octeon_cpu_callback, 0); | 399 | hotcpu_notifier(octeon_cpu_callback, 0); |
400 | return 0; | 400 | return 0; |