Skip to content

Commit 8b9a18a

Browse files
aeglKAGA-KOKO
authored andcommitted
x86/split_lock: Add Tremont family CPU models
Tremont CPUs support IA32_CORE_CAPABILITIES bits to indicate whether specific SKUs have support for split lock detection. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 48fd5b5 commit 8b9a18a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/x86/kernel/cpu/intel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,9 @@ void switch_to_sld(unsigned long tifn)
11351135
static const struct x86_cpu_id split_lock_cpu_ids[] __initconst = {
11361136
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_X, 0),
11371137
X86_MATCH_INTEL_FAM6_MODEL(ICELAKE_L, 0),
1138+
X86_MATCH_INTEL_FAM6_MODEL(ATOM_TREMONT, 1),
1139+
X86_MATCH_INTEL_FAM6_MODEL(ATOM_TREMONT_D, 1),
1140+
X86_MATCH_INTEL_FAM6_MODEL(ATOM_TREMONT_L, 1),
11381141
{}
11391142
};
11401143

0 commit comments

Comments
 (0)