diff options
author | Gayatri Kammela <[email protected]> | 2021-01-21 13:50:04 -0800 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2021-01-21 23:01:51 +0100 |
commit | 6e1239c13953f3c2a76e70031f74ddca9ae57cd3 (patch) | |
tree | 4354818970f2f12b85df195873611e8df9967657 | |
parent | 67de8dca50c027ca0fa3b62a488ee5035036a0da (diff) |
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 <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r-- | arch/x86/include/asm/intel-family.h | 1 |
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) */ |