From 5e43536ee219db88cf9aed3a5dd92c58c079ae3e Mon Sep 17 00:00:00 2001 From: Nikolay Borisov Date: Jan 30 2024 15:08:45 +0000 Subject: x86/cpu: Add another Alder Lake CPU to the Intel family (git-fixes). --- diff --git a/patches.suse/x86-cpu-Add-another-Alder-Lake-CPU-to-the-Intel-family.patch b/patches.suse/x86-cpu-Add-another-Alder-Lake-CPU-to-the-Intel-family.patch new file mode 100644 index 0000000..1d0d6ae --- /dev/null +++ b/patches.suse/x86-cpu-Add-another-Alder-Lake-CPU-to-the-Intel-family.patch @@ -0,0 +1,32 @@ +From: Gayatri Kammela +Date: Thu, 21 Jan 2021 13:50:04 -0800 +Subject: x86/cpu: Add another Alder Lake CPU to the Intel family +Git-commit: 6e1239c13953f3c2a76e70031f74ddca9ae57cd3 +Patch-mainline: v5.11-rc5 +References: git-fixes + +Add Alder Lake mobile CPU model number to Intel family. + +Signed-off-by: Gayatri Kammela +Signed-off-by: Tony Luck +Signed-off-by: Borislav Petkov +Link: https://lkml.kernel.org/r/20210121215004.11618-1-tony.luck@intel.com + +Acked-by: Nikolay Borisov +--- + arch/x86/include/asm/intel-family.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h +index 5e658ba2654a..9abe842dbd84 100644 +--- a/arch/x86/include/asm/intel-family.h ++++ b/arch/x86/include/asm/intel-family.h +@@ -97,6 +97,7 @@ + + #define INTEL_FAM6_LAKEFIELD 0x8A + #define INTEL_FAM6_ALDERLAKE 0x97 ++#define INTEL_FAM6_ALDERLAKE_L 0x9A + + /* "Small Core" Processors (Atom) */ + + diff --git a/series.conf b/series.conf index a2547a1..f21c3d7 100644 --- a/series.conf +++ b/series.conf @@ -60023,6 +60023,7 @@ patches.suse/i2c-octeon-check-correct-size-of-maximum-RECV_LEN-pa.patch patches.suse/cifs-do-not-fail-__smb_send_rqst-if-non-fatal-signals-are-pending.patch patches.suse/x86-__always_inline-__-rd-wr-msr.patch + patches.suse/x86-cpu-Add-another-Alder-Lake-CPU-to-the-Intel-family.patch patches.suse/ehci-fix-EHCI-host-controller-initialization-sequenc.patch patches.suse/USB-ehci-fix-an-interrupt-calltrace-error.patch patches.suse/usb-udc-core-Use-lock-when-write-to-soft_connect.patch