Skip to content

Commit dc6b025

Browse files
aeglsuryasaimadhu
authored andcommitted
x86/mce: Add Xeon Icelake 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: Borislav Petkov <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: linux-edac <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: x86-ml <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 9c3bafa commit dc6b025

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
@@ -484,6 +484,7 @@ static void intel_ppin_init(struct cpuinfo_x86 *c)
484484
case INTEL_FAM6_BROADWELL_D:
485485
case INTEL_FAM6_BROADWELL_X:
486486
case INTEL_FAM6_SKYLAKE_X:
487+
case INTEL_FAM6_ICELAKE_X:
487488
case INTEL_FAM6_XEON_PHI_KNL:
488489
case INTEL_FAM6_XEON_PHI_KNM:
489490

0 commit comments

Comments
 (0)