diff options
author | 2025-05-16 16:31:38 +0200 | |
---|---|---|
committer | 2025-05-17 10:33:32 +0200 | |
commit | a0f3fe547eb35a2dc298a78da73da73304f41ce1 (patch) | |
tree | 9b7ae62497ce60e22eebb205598fad5f621f6cbe | |
parent | x86/cpuid: Rename hypervisor_cpuid_base()/for_each_possible_hypervisor_cpuid_base() to cpuid_base_hypervisor()/for_each_possible_cpuid_base_hypervisor() (diff) | |
download | linux-rng-a0f3fe547eb35a2dc298a78da73da73304f41ce1.tar.xz linux-rng-a0f3fe547eb35a2dc298a78da73da73304f41ce1.zip |
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>
-rw-r--r-- | arch/x86/kernel/cpu/bugs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index dd8b50b4ceaa..d1a03ffd4b9d 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c @@ -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: |