From 423820afb68bbf34885b69fc21700ce885044b6b Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 3 Jan 2023 16:09:38 +0800 Subject: intel-skylake-64: use tune-x86-64-v3.inc tune-x86-64-v3.inc uses x86-64 v3 level of instruction set. x86-64-v3: (close to Haswell) AVX, AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, XSAVE Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-kernel/linux/meta-intel-compat-kernel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/linux/meta-intel-compat-kernel.inc') diff --git a/recipes-kernel/linux/meta-intel-compat-kernel.inc b/recipes-kernel/linux/meta-intel-compat-kernel.inc index 41582aa5..0c861e13 100644 --- a/recipes-kernel/linux/meta-intel-compat-kernel.inc +++ b/recipes-kernel/linux/meta-intel-compat-kernel.inc @@ -8,7 +8,7 @@ KERNEL_FEATURES:intel-x86-common = "${KERNEL_FEATURES_INTEL_COMMON}" KMACHINE:corei7-64-intel-common = "intel-corei7-64" KMACHINE:core2-32-intel-common = "intel-core2-32" -KMACHINE:skylake-64-intel-common = "intel-corei7-64" +KMACHINE:x86-64-v3-intel-common = "intel-corei7-64" INTEL_COMMON_AUTOLOAD ?= " uio iwlwifi i915" KERNEL_MODULE_AUTOLOAD:intel-x86-common = " ${INTEL_COMMON_AUTOLOAD}" -- cgit v1.2.3-54-g00ecf