diff options
Diffstat (limited to 'arch/m32r/kernel/smpboot.c')
-rw-r--r-- | arch/m32r/kernel/smpboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/smpboot.c b/arch/m32r/kernel/smpboot.c index 0ac558adc605..bb21f4f63170 100644 --- a/arch/m32r/kernel/smpboot.c +++ b/arch/m32r/kernel/smpboot.c | |||
@@ -343,7 +343,7 @@ static void __init do_boot_cpu(int phys_id) | |||
343 | } | 343 | } |
344 | } | 344 | } |
345 | 345 | ||
346 | int __cpuinit __cpu_up(unsigned int cpu_id, struct task_struct *tidle) | 346 | int __cpu_up(unsigned int cpu_id, struct task_struct *tidle) |
347 | { | 347 | { |
348 | int timeout; | 348 | int timeout; |
349 | 349 | ||