Skip to content

x86/cpu: Add new Raptor Lake CPU model number

David Arcari requested to merge darcari/centos-stream-9:2120362 into main

Bugzilla: https://bugzilla.redhat.com/2120362 Tested: no functional change, CKI testing is adequate

commit ea902bcc1943f7539200ec464de3f54335588774 Author: Tony Luck tony.luck@intel.com Date: Tue Aug 23 10:48:19 2022 -0700

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 <tony.luck@intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lkml.kernel.org/r/20220823174819.223941-1-tony.luck@intel.com

Signed-off-by: David Arcari darcari@redhat.com

Merge request reports