diff options
Diffstat (limited to 'arch/x86/kernel/mpparse_32.c')
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index 302253cbfc6a..b6f1e4e235e3 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -837,12 +837,7 @@ void __cpuinit mp_register_lapic (int id, u8 enabled) | |||
837 | #define MP_ISA_BUS 0 | 837 | #define MP_ISA_BUS 0 |
838 | #define MP_MAX_IOAPIC_PIN 127 | 838 | #define MP_MAX_IOAPIC_PIN 127 |
839 | 839 | ||
840 | static struct mp_ioapic_routing { | 840 | extern struct mp_ioapic_routing mp_ioapic_routing[MAX_IO_APICS]; |
841 | int apic_id; | ||
842 | int gsi_base; | ||
843 | int gsi_end; | ||
844 | u32 pin_programmed[4]; | ||
845 | } mp_ioapic_routing[MAX_IO_APICS]; | ||
846 | 841 | ||
847 | static int mp_find_ioapic (int gsi) | 842 | static int mp_find_ioapic (int gsi) |
848 | { | 843 | { |