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>2021-02-07 15:37:17 +0100
commitd8649eb8e3521c39781aebf0597baee560ef7b79 (patch)
tree7c650f052e51b10e24f91afe9171354053e2959f
parent9c8bb3eac07de8834d012e12ff0185a9dcc01331 (diff)
x86/cpu: Add another Alder Lake CPU to the Intel family
[ Upstream commit 6e1239c13953f3c2a76e70031f74ddca9ae57cd3 ] 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> Link: https://lkml.kernel.org/r/20210121215004.11618-1-tony.luck@intel.com Signed-off-by: Sasha Levin <sashal@kernel.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 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) */