hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/x86/include/asm/bugs.h
....@@ -6,16 +6,12 @@
66
77 extern void check_bugs(void);
88
9
-#if defined(CONFIG_CPU_SUP_INTEL)
10
-void check_mpx_erratum(struct cpuinfo_x86 *c);
11
-#else
12
-static inline void check_mpx_erratum(struct cpuinfo_x86 *c) {}
13
-#endif
14
-
159 #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
1610 int ppro_with_ram_bug(void);
1711 #else
1812 static inline int ppro_with_ram_bug(void) { return 0; }
1913 #endif
2014
15
+extern void cpu_bugs_smt_update(void);
16
+
2117 #endif /* _ASM_X86_BUGS_H */