diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-16 11:04:22 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:59:20 -0400 |
commit | 10e0298686be6249b0665465737a6b83446c4d35 (patch) | |
tree | 0ac9d02c2f82e21cb6e504c45612871c9cee90a1 /arch | |
parent | 4b1135a277f4b38f60b9c9f28adae467feb07856 (diff) |
io_apic: make irq_mis_count available on 64-bit too
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/io_apic.c | 2 |
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 | ||
2281 | atomic_t irq_mis_count; | 2280 | atomic_t irq_mis_count; |
2282 | #endif | ||
2283 | 2281 | ||
2284 | static void ack_apic_level(unsigned int irq) | 2282 | static void ack_apic_level(unsigned int irq) |
2285 | { | 2283 | { |