diff options
author | Tony Luck <tony.luck@intel.com> | 2023-04-04 20:46:41 +0300 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-04-05 14:36:26 +0300 |
commit | 81515ecf155a38f3532bf5ddef88d651898df6be (patch) | |
tree | 7b241df06999592c7fb388010dd534dc592317cd /arch/x86 | |
parent | fed8d8773b8ea68ad99d9eee8c8343bef9da2c2c (diff) | |
download | linux-81515ecf155a38f3532bf5ddef88d651898df6be.tar.xz |
x86/cpu: Add model number for Intel Arrow Lake processor
Successor to Lunar Lake.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230404174641.426593-1-tony.luck@intel.com
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/intel-family.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index cbaf174d8efd..b3af2d45bbbb 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -125,6 +125,8 @@ #define INTEL_FAM6_LUNARLAKE_M 0xBD +#define INTEL_FAM6_ARROWLAKE 0xC6 + /* "Small Core" Processors (Atom/E-Core) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */ |