Skip to content

Commit

Permalink
x86/cpu: Add model number for Intel Arrow Lake processor
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tony Luck authored and Borislav Petkov (AMD) committed Apr 5, 2023
1 parent fed8d87 commit 81515ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/include/asm/intel-family.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 81515ec

Please sign in to comment.