aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/mpparse_32.c')
-rw-r--r--arch/x86/kernel/mpparse_32.c7
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
840static struct mp_ioapic_routing { 840extern 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
847static int mp_find_ioapic (int gsi) 842static int mp_find_ioapic (int gsi)
848{ 843{