Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder Lake CPUs

Add Sapphire Rapids and Alder Lake processors to CPU list to enumerate
and enable the split lock feature.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Link: https://lore.kernel.org/r/1595634320-79689-1-git-send-email-fenghua.yu@intel.com

authored by

Fenghua Yu and committed by
Ingo Molnar
3aae57f0 e00b62f0

+2
+2
arch/x86/kernel/cpu/intel.c
··· 1156 1156 X86_MATCH_INTEL_FAM6_MODEL(ATOM_TREMONT_L, 1), 1157 1157 X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE_L, 1), 1158 1158 X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE, 1), 1159 + X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, 1), 1160 + X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, 1), 1159 1161 {} 1160 1162 }; 1161 1163