diff options
author | Gayatri Kammela <gayatri.kammela@intel.com> | 2021-01-21 13:50:04 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-16 13:23:31 +0200 |
commit | 1e9f4e8a7aa996b6fcd6ef87047f9cf427bcc29d (patch) | |
tree | 105cf61375f1a71ac03c60b6544df9cd5f7133cc | |
parent | 45e744de251c490851329ce00a68a81e914dd53e (diff) | |
download | linux-stable-1e9f4e8a7aa996b6fcd6ef87047f9cf427bcc29d.tar.gz linux-stable-1e9f4e8a7aa996b6fcd6ef87047f9cf427bcc29d.tar.bz2 linux-stable-1e9f4e8a7aa996b6fcd6ef87047f9cf427bcc29d.zip |
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 0285b10ed453..5b07573c3bc8 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -92,6 +92,7 @@ #define INTEL_FAM6_LAKEFIELD 0x8A #define INTEL_FAM6_ALDERLAKE 0x97 +#define INTEL_FAM6_ALDERLAKE_L 0x9A /* "Small Core" Processors (Atom) */ |