aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-08 21:31:54 -0400
committerIngo Molnar <mingo@elte.hu>2008-06-10 05:34:42 -0400
commitd49c4288407b2ffa8cab270cb5bc6882abe969f6 (patch)
tree8ad69dcc6f70ab18a4dfdf8d39dc4dff96ae1fd9 /arch/x86/kernel/acpi
parente0da33646826b66ef933d47ea2fb7a693fd849bf (diff)
x86: make generic arch support NUMAQ
... so it could fall back to normal numa and we'd reduce the impact of the NUMAQ subarch. NUMAQ depends on GENERICARCH also decouple genericarch numa from acpi. also make it fall back to bigsmp if apicid > 8. Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/acpi')
-rw-r--r--arch/x86/kernel/acpi/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index f226bdc19f69..7dc2130046d9 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -848,7 +848,7 @@ static int __init acpi_parse_madt_lapic_entries(void)
848#ifdef CONFIG_X86_IO_APIC 848#ifdef CONFIG_X86_IO_APIC
849#define MP_ISA_BUS 0 849#define MP_ISA_BUS 0
850 850
851#if defined(CONFIG_X86_ES7000) || defined(CONFIG_X86_GENERICARCH) 851#ifdef CONFIG_X86_ES7000
852extern int es7000_plat; 852extern int es7000_plat;
853#endif 853#endif
854 854
@@ -997,7 +997,7 @@ void __init mp_config_acpi_legacy_irqs(void)
997 set_bit(MP_ISA_BUS, mp_bus_not_pci); 997 set_bit(MP_ISA_BUS, mp_bus_not_pci);
998 Dprintk("Bus #%d is ISA\n", MP_ISA_BUS); 998 Dprintk("Bus #%d is ISA\n", MP_ISA_BUS);
999 999
1000#if defined(CONFIG_X86_ES7000) || defined(CONFIG_X86_GENERICARCH) 1000#ifdef CONFIG_X86_ES7000
1001 /* 1001 /*
1002 * Older generations of ES7000 have no legacy identity mappings 1002 * Older generations of ES7000 have no legacy identity mappings
1003 */ 1003 */