From: Jo-Philipp Wich Date: Thu, 1 Jun 2017 23:47:47 +0000 (+0200) Subject: x86: disable X2APIC support for legacy subtargets X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb;p=openwrt%2Fstaging%2Fblogic.git 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 e0933d5748e0..4dbc1fc710ef 100644 --- a/target/linux/x86/geode/config-default +++ b/target/linux/x86/geode/config-default @@ -141,3 +141,4 @@ CONFIG_X86_DEBUGCTLMSR=y CONFIG_X86_PM_TIMER=y 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 db6fc253e9b4..87f64b564a79 100644 --- a/target/linux/x86/legacy/config-default +++ b/target/linux/x86/legacy/config-default @@ -226,3 +226,4 @@ CONFIG_X86_ACPI_CPUFREQ=y # CONFIG_X86_PCC_CPUFREQ is not set CONFIG_X86_PM_TIMER=y # CONFIG_X86_POWERNOW_K8 is not set +# CONFIG_X86_X2APIC is not set