From 1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 2 Jun 2017 01:47:47 +0200 Subject: 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 --- target/linux/x86/geode/config-default | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/x86/geode') diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index e0933d5748..4dbc1fc710 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 -- cgit v1.2.3