]> git.baikalelectronics.ru Git - kernel.git/commit
x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
authorTony Luck <tony.luck@intel.com>
Fri, 21 Jan 2022 17:47:38 +0000 (09:47 -0800)
committerBorislav Petkov <bp@suse.de>
Tue, 25 Jan 2022 17:40:30 +0000 (18:40 +0100)
commit684346d3e9fcdb547f1a5d7d02b1e370cca87a35
treedccb485c4016c29e2ad77e76f2c922167e90b14c
parent568d4e91a4e5719f680eb2f070127a977076a538
x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN

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: ef51232f862c ("x86/mce: Add Xeon Icelake to list of CPUs that support PPIN")
Reported-by: Ailin Xu <ailin.xu@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220121174743.1875294-2-tony.luck@intel.com
arch/x86/kernel/cpu/mce/intel.c