diff options
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
-rw-r--r-- | arch/powerpc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index d9f94410fd7f..d38030fb3471 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c | |||
@@ -482,7 +482,7 @@ static int __cpuinit create_idle(unsigned int cpu) | |||
482 | return 0; | 482 | return 0; |
483 | } | 483 | } |
484 | 484 | ||
485 | int __cpuinit __cpu_up(unsigned int cpu) | 485 | int __cpuinit __cpu_up(unsigned int cpu, struct task_struct *tidle) |
486 | { | 486 | { |
487 | int rc, c; | 487 | int rc, c; |
488 | 488 | ||