From fcea97ebb39146e876a216a99016744ad567e831 Mon Sep 17 00:00:00 2001 From: BROBIRD Date: Sat, 8 Feb 2020 17:15:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20#2975=20=E9=9C=80=E8=A6=81=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E9=80=89=E6=8B=A9x86=20instructing=20decoder=20seifte?= =?UTF-8?q?st=20(#2988)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update config-4.19 Fix #2975 * Update config-4.19 Fix #2975 --- target/linux/x86/64/config-4.19 | 1 + target/linux/x86/config-4.19 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/x86/64/config-4.19 b/target/linux/x86/64/config-4.19 index 4748e6bef..18979a085 100644 --- a/target/linux/x86/64/config-4.19 +++ b/target/linux/x86/64/config-4.19 @@ -395,6 +395,7 @@ CONFIG_X86_AMD_FREQ_SENSITIVITY=y CONFIG_X86_CMOV=y CONFIG_X86_CPUID=y CONFIG_X86_DEBUGCTLMSR=y +CONFIG_X86_DECODER_SELFTEST=n CONFIG_X86_DEV_DMA_OPS=y CONFIG_X86_DIRECT_GBPAGES=y CONFIG_X86_INTEL_LPSS=y diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19 index 8d0276d8a..0f5d3d062 100644 --- a/target/linux/x86/config-4.19 +++ b/target/linux/x86/config-4.19 @@ -552,6 +552,7 @@ CONFIG_X86_CMPXCHG64=y # CONFIG_X86_CPUFREQ_NFORCE2 is not set # CONFIG_X86_CPUID is not set # CONFIG_X86_DEBUG_FPU is not set +CONFIG_X86_DECODER_SELFTEST=n # CONFIG_X86_EXTENDED_PLATFORM is not set # CONFIG_X86_E_POWERSAVER is not set CONFIG_X86_F00F_BUG=y