Skip to content

Commit a331f5f

Browse files
aeglIngo Molnar
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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 301cddc commit a331f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)