From: Ingo Molnar Date: Thu, 16 Oct 2008 15:04:22 +0000 (+0200) Subject: io_apic: make irq_mis_count available on 64-bit too X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=10e0298686be6249b0665465737a6b83446c4d35;p=h-e-n io_apic: make irq_mis_count available on 64-bit too Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/io_apic.c b/arch/x86/kernel/io_apic.c index 6f80dc2..b764d74 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) ack_APIC_irq(); } -#ifdef CONFIG_X86_32 atomic_t irq_mis_count; -#endif static void ack_apic_level(unsigned int irq) {