Skip to content

Commit ea902bc

Browse files
aeglhansendc
authored andcommitted
x86/cpu: Add new Raptor Lake CPU model number
Note1: Model 0xB7 already claimed the "no suffix" #define for a regular client part, so add (yet another) suffix "S" to distinguish this new part from the earlier one. Note2: the RAPTORLAKE* and ALDERLAKE* processors are very similar from a software enabling point of view. There are no known features that have model-specific enabling and also differ between the two. In other words, every single place that list *one* or more RAPTORLAKE* or ALDERLAKE* processors should list all of them. Note3: This is being merged before there is an in-tree user. Merging this provides an "anchor" so that the different folks can update their subsystems (like perf) in parallel to use this define and test it. [ dhansen: add a note about why this has no in-tree users yet ] Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent fc2e426 commit ea902bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/include/asm/intel-family.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* _X - regular server parts
2828
* _D - micro server parts
2929
* _N,_P - other mobile parts
30+
* _S - other client parts
3031
*
3132
* Historical OPTDIFFs:
3233
*
@@ -112,6 +113,7 @@
112113

113114
#define INTEL_FAM6_RAPTORLAKE 0xB7
114115
#define INTEL_FAM6_RAPTORLAKE_P 0xBA
116+
#define INTEL_FAM6_RAPTORLAKE_S 0xBF
115117

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

0 commit comments

Comments
 (0)