io_apic: make irq_mis_count available on 64-bit too
authorIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 15:04:22 +0000 (17:04 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:59:20 +0000 (16:59 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>

arch/x86/kernel/io_apic.c

index 6f80dc2..b764d74 100644 (file)
@@ -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)
 {