aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-11-28 20:12:59 +0100
committerAndi Kleen <andi@basil.nowhere.org>2006-11-28 20:12:59 +0100
commitf7a23328a738b45124400d85eaf78a76939da726 (patch)
treecd57c00926b8768e8aaa5cb2723ab4ac139c0b1a /arch/x86_64
parent[PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwind (diff)
downloadlinux-dev-f7a23328a738b45124400d85eaf78a76939da726.tar.xz
linux-dev-f7a23328a738b45124400d85eaf78a76939da726.zip
[PATCH] x86-64: Fix warning in io_apic.c
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/kernel/io_apic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c
index 14654e682411..c80081a6ba41 100644
--- a/arch/x86_64/kernel/io_apic.c
+++ b/arch/x86_64/kernel/io_apic.c
@@ -754,10 +754,8 @@ void __setup_vector_irq(int cpu)
{
/* 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]))