diff options
-rw-r--r-- | arch/i386/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c index 98a5c23cf3df..f39e09ef64ec 100644 --- a/arch/i386/kernel/apic.c +++ b/arch/i386/kernel/apic.c | |||
@@ -77,7 +77,7 @@ void ack_bad_irq(unsigned int irq) | |||
77 | * completely. | 77 | * completely. |
78 | * But only ack when the APIC is enabled -AK | 78 | * But only ack when the APIC is enabled -AK |
79 | */ | 79 | */ |
80 | if (!cpu_has_apic) | 80 | if (cpu_has_apic) |
81 | ack_APIC_irq(); | 81 | ack_APIC_irq(); |
82 | } | 82 | } |
83 | 83 | ||