diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 66b04e598817..06f1407d5542 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -52,6 +52,7 @@ | |||
52 | #include <asm/desc.h> | 52 | #include <asm/desc.h> |
53 | #include <asm/nmi.h> | 53 | #include <asm/nmi.h> |
54 | #include <asm/irq.h> | 54 | #include <asm/irq.h> |
55 | #include <asm/idle.h> | ||
55 | #include <asm/smp.h> | 56 | #include <asm/smp.h> |
56 | #include <asm/trampoline.h> | 57 | #include <asm/trampoline.h> |
57 | #include <asm/cpu.h> | 58 | #include <asm/cpu.h> |
@@ -1414,6 +1415,7 @@ void play_dead_common(void) | |||
1414 | idle_task_exit(); | 1415 | idle_task_exit(); |
1415 | reset_lazy_tlbstate(); | 1416 | reset_lazy_tlbstate(); |
1416 | irq_ctx_exit(raw_smp_processor_id()); | 1417 | irq_ctx_exit(raw_smp_processor_id()); |
1418 | c1e_remove_cpu(raw_smp_processor_id()); | ||
1417 | 1419 | ||
1418 | mb(); | 1420 | mb(); |
1419 | /* Ack it */ | 1421 | /* Ack it */ |