diff options
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index 072aea6c630b..2d59dfa29785 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c | |||
@@ -978,7 +978,7 @@ void lapic_shutdown(void) | |||
978 | { | 978 | { |
979 | unsigned long flags; | 979 | unsigned long flags; |
980 | 980 | ||
981 | if (!cpu_has_apic) | 981 | if (!cpu_has_apic && !apic_from_smp_config()) |
982 | return; | 982 | return; |
983 | 983 | ||
984 | local_irq_save(flags); | 984 | local_irq_save(flags); |