summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGayatri Kammela <gayatri.kammela@intel.com>2021-01-21 13:50:04 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-16 13:18:51 +0200
commitc0cd360e30c1d2a05bfe67ee97e1362ea4ada760 (patch)
tree28379288aa86bb090191d2ee1c8465e25ad8e36a
parent16fcc741a9f50a7b23a6469208f80321d41775f0 (diff)
x86/cpu: Add another Alder Lake CPU to the Intel family
commit 6e1239c13953f3c2a76e70031f74ddca9ae57cd3 upstream. Add Alder Lake mobile CPU model number to Intel family. Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20210121215004.11618-1-tony.luck@intel.com Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/x86/include/asm/intel-family.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index 20acc004222d..db06f16627b0 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -70,6 +70,7 @@
#define INTEL_FAM6_LAKEFIELD 0x8A
#define INTEL_FAM6_ALDERLAKE 0x97
+#define INTEL_FAM6_ALDERLAKE_L 0x9A
/* "Small Core" Processors (Atom) */