x86/cpufeatures: Add X86_BUG_CPU_INSECURE
[pandora-kernel.git] / arch / x86 / kernel / cpu / common.c
index f33ea66..b71dcb9 100644 (file)
@@ -767,6 +767,9 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
 
        if (this_cpu->c_bsp_init)
                this_cpu->c_bsp_init(c);
+
+       /* Assume for now that ALL x86 CPUs are insecure */
+       setup_force_cpu_bug(X86_BUG_CPU_INSECURE);
 }
 
 void __init early_cpu_init(void)