[tip: x86/urgent] x86/cpu: Add another Alder Lake CPU to the Intel family

From: tip-bot2 for Gayatri Kammela
Date: Thu Jan 21 2021 - 17:08:19 EST


The following commit has been merged into the x86/urgent branch of tip:

Commit-ID: 6e1239c13953f3c2a76e70031f74ddca9ae57cd3
Gitweb: https://git.kernel.org/tip/6e1239c13953f3c2a76e70031f74ddca9ae57cd3
Author: Gayatri Kammela <gayatri.kammela@xxxxxxxxx>
AuthorDate: Thu, 21 Jan 2021 13:50:04 -08:00
Committer: Borislav Petkov <bp@xxxxxxx>
CommitterDate: Thu, 21 Jan 2021 23:01:51 +01:00

x86/cpu: Add another Alder Lake CPU to the Intel family

Add Alder Lake mobile CPU model number to Intel family.

Signed-off-by: Gayatri Kammela <gayatri.kammela@xxxxxxxxx>
Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>
Signed-off-by: Borislav Petkov <bp@xxxxxxx>
Link: https://lkml.kernel.org/r/20210121215004.11618-1-tony.luck@xxxxxxxxx
---
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 5e658ba..9abe842 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) */