diff options
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 b33ebf6ea4f1..9cf575184536 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 | { |