diff options
author | David Rientjes <rientjes@google.com> | 2007-03-05 03:30:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-05 10:57:53 -0500 |
commit | 4540768011352d38afb89d400eacb3e261507b70 (patch) | |
tree | 76a34fa4e0a15fdb581dd674c29419e7426537e7 | |
parent | 4ff31d7757f57074ccfef352b9d156023914fb2b (diff) |
[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>
-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, | |||
789 | struct irq_cfg *cfg = irq_cfg + irq; | 789 | struct irq_cfg *cfg = irq_cfg + irq; |
790 | struct IO_APIC_route_entry entry; | 790 | struct IO_APIC_route_entry entry; |
791 | cpumask_t mask; | 791 | cpumask_t mask; |
792 | unsigned long flags; | ||
793 | 792 | ||
794 | if (!IO_APIC_IRQ(irq)) | 793 | if (!IO_APIC_IRQ(irq)) |
795 | return; | 794 | return; |