]> Git Repo - J-linux.git/commitdiff
x86/cpu: Add model number for Intel Arrow Lake processor
authorTony Luck <[email protected]>
Tue, 4 Apr 2023 17:46:41 +0000 (10:46 -0700)
committerBorislav Petkov (AMD) <[email protected]>
Wed, 5 Apr 2023 11:36:26 +0000 (13:36 +0200)
Successor to Lunar Lake.

Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/include/asm/intel-family.h

index cbaf174d8efd9e73ff8b187cfe338fa6cc1b5b41..b3af2d45bbbb58424e2d34b3887d836470d80d21 100644 (file)
 
 #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 */
This page took 0.051492 seconds and 4 git commands to generate.