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:51:03 +0200 |
commit | 1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb (patch) | |
tree | 60e379693cf6ae47a8ff285f70b24d89dc6de360 /target/linux/x86/legacy/config-default | |
parent | 6db1d13084e0d5d920cb7219b4ce89ebe2362798 (diff) | |
download | upstream-1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb.tar.gz upstream-1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb.tar.bz2 upstream-1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb.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/legacy/config-default')
-rw-r--r-- | target/linux/x86/legacy/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index db6fc253e9..87f64b564a 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 |