[PATCH v2] x86/cpu: Add model number for Intel Arrow Lake processor

From: Tony Luck
Date: Tue Apr 04 2023 - 13:47:20 EST


Successor to Lunar Lake

Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>
---

Changes in v2:

Boris: "URL will become stale sooner or later"
Re-wrote commit without reference to Intel press release.

arch/x86/include/asm/intel-family.h | 2 ++
1 file changed, 2 insertions(+)

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 */
--
2.39.2