aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 7553819c74c3..3982f79d2377 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -1851,7 +1851,7 @@ static void ioapic_ir_ack_level(struct irq_data *irq_data)
1851 * intr-remapping table entry. Hence for the io-apic 1851 * intr-remapping table entry. Hence for the io-apic
1852 * EOI we use the pin number. 1852 * EOI we use the pin number.
1853 */ 1853 */
1854 ack_APIC_irq(); 1854 apic_ack_irq(irq_data);
1855 eoi_ioapic_pin(data->entry.vector, data); 1855 eoi_ioapic_pin(data->entry.vector, data);
1856} 1856}
1857 1857