diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-04-04 15:41:26 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:35 -0400 |
commit | 9e5c5f1dd29c86307e6b3cfa75e85d0efccc1f6b (patch) | |
tree | 8ee8408b8f0ce5a42e14d2895d4060078486c976 /arch/x86/kernel/mpparse_64.c | |
parent | 9c7408f3c491b6fe990cd2dacd5471ca21760551 (diff) |
x86: move mp_ioapic_routing to boot.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse_64.c')
-rw-r--r-- | arch/x86/kernel/mpparse_64.c | 7 |
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 | ||
633 | static struct mp_ioapic_routing { | 633 | extern 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 | ||
640 | static int mp_find_ioapic(int gsi) | 635 | static int mp_find_ioapic(int gsi) |
641 | { | 636 | { |