aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/geode
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-06-02 01:47:47 +0200
committerJo-Philipp Wich <jo@mein.io>2017-06-02 01:52:14 +0200
commitb78bcdf6195c6ead5095489e8bb5e85eece44622 (patch)
treed49aa12412ac04cb6712b4bd6ab51a393014b972 /target/linux/x86/geode
parente78a641f526708ce1df5ce661cfabd7de3e6e295 (diff)
downloadupstream-b78bcdf6195c6ead5095489e8bb5e85eece44622.tar.gz
upstream-b78bcdf6195c6ead5095489e8bb5e85eece44622.tar.bz2
upstream-b78bcdf6195c6ead5095489e8bb5e85eece44622.zip
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>
Diffstat (limited to 'target/linux/x86/geode')
-rw-r--r--target/linux/x86/geode/config-default1
1 files changed, 1 insertions, 0 deletions
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