aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/io_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/io_apic.c')
-rw-r--r--arch/x86/kernel/io_apic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/io_apic.c b/arch/x86/kernel/io_apic.c
index 1184210e6d0c..6dbf427175ff 100644
--- a/arch/x86/kernel/io_apic.c
+++ b/arch/x86/kernel/io_apic.c
@@ -2217,10 +2217,9 @@ static void set_ir_ioapic_affinity_irq(unsigned int irq,
2217asmlinkage void smp_irq_move_cleanup_interrupt(void) 2217asmlinkage void smp_irq_move_cleanup_interrupt(void)
2218{ 2218{
2219 unsigned vector, me; 2219 unsigned vector, me;
2220
2220 ack_APIC_irq(); 2221 ack_APIC_irq();
2221#ifdef CONFIG_X86_64
2222 exit_idle(); 2222 exit_idle();
2223#endif
2224 irq_enter(); 2223 irq_enter();
2225 2224
2226 me = smp_processor_id(); 2225 me = smp_processor_id();