diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index e645d4793e4d..eeb180b1d7aa 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -588,7 +588,7 @@ early_param("elfcorehdr", setup_elfcorehdr); | |||
588 | 588 | ||
589 | static int __init default_update_genapic(void) | 589 | static int __init default_update_genapic(void) |
590 | { | 590 | { |
591 | #ifdef CONFIG_X86_SMP | 591 | #ifdef CONFIG_SMP |
592 | if (!apic->wakeup_cpu) | 592 | if (!apic->wakeup_cpu) |
593 | apic->wakeup_cpu = wakeup_secondary_cpu_via_init; | 593 | apic->wakeup_cpu = wakeup_secondary_cpu_via_init; |
594 | #endif | 594 | #endif |