Skip to content

Commit fa33086

Browse files
aeglsmb49
authored andcommitted
x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
BugLink: https://bugs.launchpad.net/bugs/1964422 commit e464121 upstream. Missed adding the Icelake-D CPU to the list. It uses the same MSRs to control and read the inventory number as all the other models. Fixes: dc6b025 ("x86/mce: Add Xeon Icelake to list of CPUs that support PPIN") Reported-by: Ailin Xu <[email protected]> Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent d8bb23f commit fa33086

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_ICELAKE_D:
489490
case INTEL_FAM6_SAPPHIRERAPIDS_X:
490491
case INTEL_FAM6_XEON_PHI_KNL:
491492
case INTEL_FAM6_XEON_PHI_KNM:

0 commit comments

Comments
 (0)