hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/x86/include/asm/bugs.h
....@@ -4,18 +4,12 @@
44
55 #include <asm/processor.h>
66
7
-extern void check_bugs(void);
8
-
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
-
157 #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
168 int ppro_with_ram_bug(void);
179 #else
1810 static inline int ppro_with_ram_bug(void) { return 0; }
1911 #endif
2012
13
+extern void cpu_bugs_smt_update(void);
14
+
2115 #endif /* _ASM_X86_BUGS_H */