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/acpi/boot.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/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index b33ebf6ea4f..9cf57518453 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -320,6 +320,8 @@ acpi_parse_lapic_nmi(struct acpi_subtable_header * header, const unsigned long e | |||
320 | 320 | ||
321 | #ifdef CONFIG_X86_IO_APIC | 321 | #ifdef CONFIG_X86_IO_APIC |
322 | 322 | ||
323 | struct mp_ioapic_routing mp_ioapic_routing[MAX_IO_APICS]; | ||
324 | |||
323 | static int __init | 325 | static int __init |
324 | acpi_parse_ioapic(struct acpi_subtable_header * header, const unsigned long end) | 326 | acpi_parse_ioapic(struct acpi_subtable_header * header, const unsigned long end) |
325 | { | 327 | { |