diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-06-02 01:47:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-06-02 01:52:14 +0200 |
commit | b78bcdf6195c6ead5095489e8bb5e85eece44622 (patch) | |
tree | d49aa12412ac04cb6712b4bd6ab51a393014b972 | |
parent | e78a641f526708ce1df5ce661cfabd7de3e6e295 (diff) | |
download | mtk-20170518-b78bcdf6195c6ead5095489e8bb5e85eece44622.zip mtk-20170518-b78bcdf6195c6ead5095489e8bb5e85eece44622.tar.gz mtk-20170518-b78bcdf6195c6ead5095489e8bb5e85eece44622.tar.bz2 |
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>
-rw-r--r-- | target/linux/x86/geode/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/legacy/config-default | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/geode/config-default b/target/linux/x86/geode/config-default index fdfa9b4..b4b1da0 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 968c14b..1983ab4 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 |