]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/x86/kernel/cpu/common.c
x86/bugs: Rename SSBD_NO to SSB_NO
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / cpu / common.c
index 26097b952ce060d647219016c91654ecae49d4a5..33b333d03435fe663d1abbdd5007a9307ae39a52 100644 (file)
@@ -904,7 +904,7 @@ static void __init cpu_set_bug_bits(struct cpuinfo_x86 *c)
                rdmsrl(MSR_IA32_ARCH_CAPABILITIES, ia32_cap);
 
        if (!x86_match_cpu(cpu_no_spec_store_bypass) &&
-          !(ia32_cap & ARCH_CAP_SSBD_NO))
+          !(ia32_cap & ARCH_CAP_SSB_NO))
                setup_force_cpu_bug(X86_BUG_SPEC_STORE_BYPASS);
 
        if (x86_match_cpu(cpu_no_speculation))