mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
x86/bugs: Fix indentation due to ITS merge
No functional changes. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
committed by
Ingo Molnar
parent
3bf8ce8284
commit
a0f3fe547e
@@ -2975,10 +2975,10 @@ static void __init srso_apply_mitigation(void)
|
||||
|
||||
if (boot_cpu_data.x86 == 0x19) {
|
||||
setup_force_cpu_cap(X86_FEATURE_SRSO_ALIAS);
|
||||
set_return_thunk(srso_alias_return_thunk);
|
||||
set_return_thunk(srso_alias_return_thunk);
|
||||
} else {
|
||||
setup_force_cpu_cap(X86_FEATURE_SRSO);
|
||||
set_return_thunk(srso_return_thunk);
|
||||
set_return_thunk(srso_return_thunk);
|
||||
}
|
||||
break;
|
||||
case SRSO_MITIGATION_IBPB:
|
||||
|
||||
Reference in New Issue
Block a user