Skip to content

Commit a331f5f

Browse files
aeglingomolnar
authored andcommitted
x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPIN
New CPU model, same MSRs to control and read the inventory number. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20210319173919.291428-1-tony.luck@intel.com
1 parent 301cddc commit a331f5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/kernel/cpu/mce/intel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ static void intel_ppin_init(struct cpuinfo_x86 *c)
486486
case INTEL_FAM6_BROADWELL_X:
487487
case INTEL_FAM6_SKYLAKE_X:
488488
case INTEL_FAM6_ICELAKE_X:
489+
case INTEL_FAM6_SAPPHIRERAPIDS_X:
489490
case INTEL_FAM6_XEON_PHI_KNL:
490491
case INTEL_FAM6_XEON_PHI_KNM:
491492

0 commit comments

Comments
 (0)