diff options
Diffstat (limited to 'arch/x86/kernel/io_apic_64.c')
-rw-r--r-- | arch/x86/kernel/io_apic_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index c6de7854ac63..3e471d0fb150 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c | |||
@@ -1439,7 +1439,7 @@ static void ack_apic_level(unsigned int irq) | |||
1439 | int do_unmask_irq = 0; | 1439 | int do_unmask_irq = 0; |
1440 | 1440 | ||
1441 | irq_complete_move(irq); | 1441 | irq_complete_move(irq); |
1442 | #if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE) | 1442 | #ifdef CONFIG_GENERIC_PENDING_IRQ |
1443 | /* If we are moving the irq we need to mask it */ | 1443 | /* If we are moving the irq we need to mask it */ |
1444 | if (unlikely(irq_desc[irq].status & IRQ_MOVE_PENDING)) { | 1444 | if (unlikely(irq_desc[irq].status & IRQ_MOVE_PENDING)) { |
1445 | do_unmask_irq = 1; | 1445 | do_unmask_irq = 1; |