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

Tony Luck posted 1 patch 3 years, 7 months ago
arch/x86/include/asm/intel-family.h | 2 ++
1 file changed, 2 insertions(+)
[PATCH] x86/cpu: Add yet another Raptorlake CPU model number
Posted by Tony Luck 3 years, 7 months ago
There is a second model number used by Raptorlake client CPUs.

Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 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