Commit 10e02986 authored by Ingo Molnar's avatar Ingo Molnar

io_apic: make irq_mis_count available on 64-bit too

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4b1135a2
......@@ -2277,9 +2277,7 @@ static void ack_apic_edge(unsigned int irq)
ack_APIC_irq();
}
#ifdef CONFIG_X86_32
atomic_t irq_mis_count;
#endif
static void ack_apic_level(unsigned int irq)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment