aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 4716460607b4..fb318edd8bc6 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -598,12 +598,8 @@ void __init setup_arch(char **cmdline_p)
598 598
599 if (acpi_mps_check()) { 599 if (acpi_mps_check()) {
600#ifdef CONFIG_X86_LOCAL_APIC 600#ifdef CONFIG_X86_LOCAL_APIC
601#ifdef CONFIG_X86_32
602 enable_local_apic = -1;
603#else
604 disable_apic = 1; 601 disable_apic = 1;
605#endif 602#endif
606#endif
607 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC); 603 clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC);
608 } 604 }
609 605