diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-08-14 08:58:01 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-14 08:58:01 -0400 |
commit | 51ca3c679194e7435c25b8e77b0a73c597e41ae9 (patch) | |
tree | a681dca369607ab0f371d5246b0f75140b860a8a /arch/x86/kernel/io_apic_32.c | |
parent | b55793f7528ce1b73c25b3ac8a86a6cda2a0f9a4 (diff) | |
parent | b635acec48bcaa9183fcbf4e3955616b0d4119b5 (diff) |
Merge branch 'linus' into x86/core
Conflicts:
arch/x86/kernel/genapic_64.c
include/asm-x86/kvm_host.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/io_apic_32.c')
-rw-r--r-- | arch/x86/kernel/io_apic_32.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c index 72ba06314c7b..26ea3ea3fb30 100644 --- a/arch/x86/kernel/io_apic_32.c +++ b/arch/x86/kernel/io_apic_32.c | |||
@@ -58,7 +58,7 @@ atomic_t irq_mis_count; | |||
58 | static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; | 58 | static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; |
59 | 59 | ||
60 | static DEFINE_SPINLOCK(ioapic_lock); | 60 | static DEFINE_SPINLOCK(ioapic_lock); |
61 | static DEFINE_SPINLOCK(vector_lock); | 61 | DEFINE_SPINLOCK(vector_lock); |
62 | 62 | ||
63 | int timer_through_8259 __initdata; | 63 | int timer_through_8259 __initdata; |
64 | 64 | ||
@@ -1210,10 +1210,6 @@ static int assign_irq_vector(int irq) | |||
1210 | return vector; | 1210 | return vector; |
1211 | } | 1211 | } |
1212 | 1212 | ||
1213 | void setup_vector_irq(int cpu) | ||
1214 | { | ||
1215 | } | ||
1216 | |||
1217 | static struct irq_chip ioapic_chip; | 1213 | static struct irq_chip ioapic_chip; |
1218 | 1214 | ||
1219 | #define IOAPIC_AUTO -1 | 1215 | #define IOAPIC_AUTO -1 |