From: Jo-Philipp Wich Date: Thu, 1 Jun 2017 23:47:47 +0000 (+0200) Subject: x86: disable X2APIC support for legacy subtargets X-Git-Tag: v17.01.2~14 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=b78bcdf6195c6ead5095489e8bb5e85eece44622 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 --- diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index fdfa9b412f..b4b1da0768 100644 --- a/target/linux/x86/geode/config-default +++ b/target/linux/x86/geode/config-default @@ -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 diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index 968c14bdd7..1983ab404b 100644 --- a/target/linux/x86/legacy/config-default +++ b/target/linux/x86/legacy/config-default @@ -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