x86/cpufeatures: Make CPU bugs sticky
[pandora-kernel.git] / arch / x86 / include / asm / cpufeature.h
index 1a3cc3b..c54aba9 100644 (file)
@@ -258,6 +258,8 @@ extern const char * const x86_power_flags[32];
        set_bit(bit, (unsigned long *)cpu_caps_set);    \
 } while (0)
 
+#define setup_force_cpu_bug(bit) setup_force_cpu_cap(bit)
+
 #define cpu_has_fpu            boot_cpu_has(X86_FEATURE_FPU)
 #define cpu_has_vme            boot_cpu_has(X86_FEATURE_VME)
 #define cpu_has_de             boot_cpu_has(X86_FEATURE_DE)