Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45407680 authored by David Rientjes's avatar David Rientjes Committed by Linus Torvalds
Browse files

[PATCH] x86_64: remove unusued 'flags' variable



Removes unused 'flags' variable from setup_IO_APIC_irq().

Signed-off-by: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4ff31d77
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;