Skip to content

Commit 8acf417

Browse files
Fenghua Yusuryasaimadhu
authored andcommitted
x86/split_lock: Enable the split lock feature on another Alder Lake CPU
Add Alder Lake mobile processor to CPU list to enumerate and enable the split lock feature. Signed-off-by: Fenghua Yu <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Reviewed-by: Tony Luck <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 9ad22e1 commit 8acf417

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
@@ -1159,6 +1159,7 @@ static const struct x86_cpu_id split_lock_cpu_ids[] __initconst = {
11591159
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE, 1),
11601160
X86_MATCH_INTEL_FAM6_MODEL(SAPPHIRERAPIDS_X, 1),
11611161
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, 1),
1162+
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, 1),
11621163
{}
11631164
};
11641165

0 commit comments

Comments
 (0)