[PATCH] x86_64: remove unusued 'flags' variable

Removes unused 'flags' variable from setup_IO_APIC_irq().

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by David Rientjes and committed by Linus Torvalds 45407680 4ff31d77

-1
-1
arch/x86_64/kernel/io_apic.c
··· 789 789 struct irq_cfg *cfg = irq_cfg + irq; 790 790 struct IO_APIC_route_entry entry; 791 791 cpumask_t mask; 792 - unsigned long flags; 793 792 794 793 if (!IO_APIC_IRQ(irq)) 795 794 return;