aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/io_apic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/io_apic.c b/arch/x86/kernel/io_apic.c
index 6f80dc2f137e..b764d7429c61 100644
--- a/arch/x86/kernel/io_apic.c
+++ b/arch/x86/kernel/io_apic.c
@@ -2277,9 +2277,7 @@ static void ack_apic_edge(unsigned int irq)
2277 ack_APIC_irq(); 2277 ack_APIC_irq();
2278} 2278}
2279 2279
2280#ifdef CONFIG_X86_32
2281atomic_t irq_mis_count; 2280atomic_t irq_mis_count;
2282#endif
2283 2281
2284static void ack_apic_level(unsigned int irq) 2282static void ack_apic_level(unsigned int irq)
2285{ 2283{