diff options
-rw-r--r-- | arch/powerpc/platforms/powermac/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/smp.c b/arch/powerpc/platforms/powermac/smp.c index e6f7378f4a49..44d769258ebf 100644 --- a/arch/powerpc/platforms/powermac/smp.c +++ b/arch/powerpc/platforms/powermac/smp.c | |||
@@ -414,7 +414,7 @@ static struct irqaction psurge_irqaction = { | |||
414 | 414 | ||
415 | static void __init smp_psurge_setup_cpu(int cpu_nr) | 415 | static void __init smp_psurge_setup_cpu(int cpu_nr) |
416 | { | 416 | { |
417 | if (cpu_nr != 0) | 417 | if (cpu_nr != 0 || !psurge_start) |
418 | return; | 418 | return; |
419 | 419 | ||
420 | /* reset the entry point so if we get another intr we won't | 420 | /* reset the entry point so if we get another intr we won't |