Browse Source

io_apic: make irq_mis_count available on 64-bit too

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 16 years ago
parent
commit
10e0298686
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/x86/kernel/io_apic.c

+ 0 - 2
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)
 {