diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-16 17:04:22 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 16:59:20 +0200 |
commit | 10e0298686be6249b0665465737a6b83446c4d35 (patch) | |
tree | 0ac9d02c2f82e21cb6e504c45612871c9cee90a1 /arch | |
parent | 4b1135a277f4b38f60b9c9f28adae467feb07856 (diff) | |
download | blackbird-op-linux-10e0298686be6249b0665465737a6b83446c4d35.tar.gz blackbird-op-linux-10e0298686be6249b0665465737a6b83446c4d35.zip |
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) ack_APIC_irq(); } -#ifdef CONFIG_X86_32 atomic_t irq_mis_count; -#endif static void ack_apic_level(unsigned int irq) { |