diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-12 17:43:35 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 12:55:12 +0400 |
commit | 7f028bc0fd119a4fc65aedc07728ce85c8813d33 (patch) | |
tree | 72390e7e0328d73cd525cdae45948cdcd0dfbae9 /arch/x86/kernel/acpi | |
parent | ba5b14cc0311af6ed20dc25aa98a1d5ea6f2e6c0 (diff) | |
download | linux-7f028bc0fd119a4fc65aedc07728ce85c8813d33.tar.xz |
x86: move mp_ioapic_routing to mpparse and make it static
mpparse is the only user of mp_ioapic_routing.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/acpi')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index c49ebcc6c41e..6f20fa92bbaf 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c @@ -331,8 +331,6 @@ acpi_parse_lapic_nmi(struct acpi_subtable_header * header, const unsigned long e #ifdef CONFIG_X86_IO_APIC -struct mp_ioapic_routing mp_ioapic_routing[MAX_IO_APICS]; - static int __init acpi_parse_ioapic(struct acpi_subtable_header * header, const unsigned long end) { |