Skip to content

Commit 0180a1e

Browse files
aeglsuryasaimadhu
authored andcommitted
x86/split_lock: Enable the split lock feature on Raptor Lake
Raptor Lake supports the split lock detection feature. Add it to the split_lock_cpu_ids[] array. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ef79970 commit 0180a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/kernel/cpu/intel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ static const struct x86_cpu_id split_lock_cpu_ids[] __initconst = {
12571257
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, 1),
12581258
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, 1),
12591259
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, 1),
1260+
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, 1),
12601261
{}
12611262
};
12621263

0 commit comments

Comments
 (0)