kernel/arch/x86/include/asm/bugs.h
.. .. @@ -6,16 +6,12 @@ 6 6 7 7 extern void check_bugs(void); 8 8 9 -#if defined(CONFIG_CPU_SUP_INTEL)10 -void check_mpx_erratum(struct cpuinfo_x86 *c);11 -#else12 -static inline void check_mpx_erratum(struct cpuinfo_x86 *c) {}13 -#endif14 -15 9 #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32) 16 10 int ppro_with_ram_bug(void); 17 11 #else 18 12 static inline int ppro_with_ram_bug(void) { return 0; } 19 13 #endif 20 14 15 +extern void cpu_bugs_smt_update(void);16 +21 17 #endif /* _ASM_X86_BUGS_H */