mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
io_apic: make irq_mis_count available on 64-bit too
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
4b1135a277
commit
10e0298686
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user