aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/mpparse_64.c')
-rw-r--r--arch/x86/kernel/mpparse_64.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/x86/kernel/mpparse_64.c b/arch/x86/kernel/mpparse_64.c
index f1015bf53cf0..813057cb2ddb 100644
--- a/arch/x86/kernel/mpparse_64.c
+++ b/arch/x86/kernel/mpparse_64.c
@@ -630,12 +630,7 @@ void __cpuinit mp_register_lapic(int id, u8 enabled)
630#define MP_ISA_BUS 0 630#define MP_ISA_BUS 0
631#define MP_MAX_IOAPIC_PIN 127 631#define MP_MAX_IOAPIC_PIN 127
632 632
633static struct mp_ioapic_routing { 633extern struct mp_ioapic_routing mp_ioapic_routing[MAX_IO_APICS];
634 int apic_id;
635 int gsi_base;
636 int gsi_end;
637 u32 pin_programmed[4];
638} mp_ioapic_routing[MAX_IO_APICS];
639 634
640static int mp_find_ioapic(int gsi) 635static int mp_find_ioapic(int gsi)
641{ 636{