[PATCH] x86/cpu: Add yet another Raptorlake CPU model number

From: Tony Luck
Date: Tue Aug 23 2022 - 15:09:21 EST


There is a second model number used by Raptorlake client CPUs.

Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>
---
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 def6ca121111..c4e316921dd5 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -22,6 +22,7 @@
* Common OPTDIFFs:
*
* - regular client parts
+ * _S - other client parts
* _L - regular mobile parts
* _G - parts with extra graphics on
* _X - regular server parts
@@ -112,6 +113,7 @@

#define INTEL_FAM6_RAPTORLAKE 0xB7
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
+#define INTEL_FAM6_RAPTORLAKE_S 0xBF

/* "Small Core" Processors (Atom) */

--
2.35.3