x86: disable X2APIC support for legacy subtargets
Explicitely disable X2APIC support on legacy targets since the targeted processor types do not support it anyway there. Fixes FS#285. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
e78a641f52
commit
b78bcdf619
@ -74,3 +74,4 @@ CONFIG_X86_DEBUGCTLMSR=y
|
||||
# CONFIG_X86_MCE is not set
|
||||
CONFIG_X86_REBOOTFIXUPS=y
|
||||
CONFIG_X86_TSC=y
|
||||
# CONFIG_X86_X2APIC is not set
|
||||
|
@ -216,3 +216,4 @@ CONFIG_X86_ACPI_CPUFREQ=y
|
||||
# CONFIG_X86_PAE is not set
|
||||
# CONFIG_X86_PCC_CPUFREQ is not set
|
||||
CONFIG_X86_PM_TIMER=y
|
||||
# CONFIG_X86_X2APIC is not set
|
||||
|
Loading…
Reference in New Issue
Block a user