diff options
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
| -rw-r--r-- | arch/x86/kernel/mpparse.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 3e2c54dc8b29..404683b94e79 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c | |||
| @@ -794,6 +794,11 @@ void __init find_smp_config(void) | |||
| 794 | ACPI-based MP Configuration | 794 | ACPI-based MP Configuration |
| 795 | -------------------------------------------------------------------------- */ | 795 | -------------------------------------------------------------------------- */ |
| 796 | 796 | ||
| 797 | /* | ||
| 798 | * Keep this outside and initialized to 0, for !CONFIG_ACPI builds: | ||
| 799 | */ | ||
| 800 | int es7000_plat; | ||
| 801 | |||
| 797 | #ifdef CONFIG_ACPI | 802 | #ifdef CONFIG_ACPI |
| 798 | 803 | ||
| 799 | #ifdef CONFIG_X86_IO_APIC | 804 | #ifdef CONFIG_X86_IO_APIC |
| @@ -909,8 +914,6 @@ void __init mp_override_legacy_irq(u8 bus_irq, u8 polarity, u8 trigger, u32 gsi) | |||
| 909 | MP_intsrc_info(&intsrc); | 914 | MP_intsrc_info(&intsrc); |
| 910 | } | 915 | } |
| 911 | 916 | ||
| 912 | int es7000_plat; | ||
| 913 | |||
| 914 | void __init mp_config_acpi_legacy_irqs(void) | 917 | void __init mp_config_acpi_legacy_irqs(void) |
| 915 | { | 918 | { |
| 916 | struct mpc_config_intsrc intsrc; | 919 | struct mpc_config_intsrc intsrc; |
