mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[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>
This commit is contained in:
parent
4ff31d7757
commit
4540768011
1 changed files with 0 additions and 1 deletions
|
@ -789,7 +789,6 @@ static void setup_IO_APIC_irq(int apic, int pin, unsigned int irq,
|
|||
struct irq_cfg *cfg = irq_cfg + irq;
|
||||
struct IO_APIC_route_entry entry;
|
||||
cpumask_t mask;
|
||||
unsigned long flags;
|
||||
|
||||
if (!IO_APIC_IRQ(irq))
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue