diff options
author | David Rientjes | 2007-03-05 09:30:49 +0100 |
---|---|---|
committer | Linus Torvalds | 2007-03-05 16:57:53 +0100 |
commit | 4540768011352d38afb89d400eacb3e261507b70 (patch) | |
tree | 76a34fa4e0a15fdb581dd674c29419e7426537e7 /arch | |
parent | [PATCH] ipmi: check, if default ports are accessible on PPC (diff) | |
download | kernel-qcow2-linux-4540768011352d38afb89d400eacb3e261507b70.tar.gz kernel-qcow2-linux-4540768011352d38afb89d400eacb3e261507b70.tar.xz kernel-qcow2-linux-4540768011352d38afb89d400eacb3e261507b70.zip |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 0a91368f8b60..c6a5bc7e8118 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c @@ -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; |