commit | f7a23328a738b45124400d85eaf78a76939da726 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Nov 28 20:12:59 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Nov 28 20:12:59 2006 +0100 |
tree | cd57c00926b8768e8aaa5cb2723ab4ac139c0b1a | |
parent | ff0a538d8b08700df2b46f9aafc9fb2765071f0a [diff] |
[PATCH] x86-64: Fix warning in io_apic.c
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 14654e6..c80081a 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c
@@ -754,10 +754,8 @@ { /* Initialize vector_irq on a new cpu */ /* This function must be called with vector_lock held */ - unsigned long flags; int irq, vector; - /* Mark the inuse vectors */ for (irq = 0; irq < NR_IRQ_VECTORS; ++irq) { if (!cpu_isset(cpu, irq_domain[irq]))