mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02: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:
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user