Skip to content

Commit

Permalink
io_apic: make irq_mis_count available on 64-bit too
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Oct 16, 2008
1 parent 4b1135a commit 10e0298
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 10e0298

Please sign in to comment.