Re: [PATCH] x86/split_lock: Add Icelake microserver CPU model

2020-05-14 Thread Fenghua Yu
On Thu, Apr 30, 2020 at 04:46:35PM -0700, Fenghua Yu wrote: > Icelake microserver CPU supports split lock detection while it doesn't > have the split lock enumeration bit in IA32_CORE_CAPABILITIES. > > Enumerate the feature by model number. > > Signed-off-by: Fenghua Yu > Reviewed-by: Tony Luck

[PATCH] x86/split_lock: Add Icelake microserver CPU model

2020-04-30 Thread Fenghua Yu
Icelake microserver CPU supports split lock detection while it doesn't have the split lock enumeration bit in IA32_CORE_CAPABILITIES. Enumerate the feature by model number. Signed-off-by: Fenghua Yu Reviewed-by: Tony Luck --- arch/x86/kernel/cpu/intel.c | 1 + 1 file changed, 1 insertion(+) d