x86: disable X2APIC support for legacy subtargets
authorJo-Philipp Wich <jo@mein.io>
Thu, 1 Jun 2017 23:47:47 +0000 (01:47 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 1 Jun 2017 23:51:03 +0000 (01:51 +0200)
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>
target/linux/x86/geode/config-default
target/linux/x86/legacy/config-default

index e0933d5748e017817dbe17b541b0fcec1638d515..4dbc1fc710efd9c75cba88ea7b88dbfb805bc448 100644 (file)
@@ -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
index db6fc253e9b40a8c16bd2a192ac3bf266d5a6a5b..87f64b564a79389f3b9a48fe072ec4898dcfdab8 100644 (file)
@@ -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