Linux 5.7.6
[linux/fpc-iii.git] / arch / x86 / include / asm / bugs.h
blob92ae283899409df20a0865b1734d1864feccb5a6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_BUGS_H
3 #define _ASM_X86_BUGS_H
5 #include <asm/processor.h>
7 extern void check_bugs(void);
9 #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
10 int ppro_with_ram_bug(void);
11 #else
12 static inline int ppro_with_ram_bug(void) { return 0; }
13 #endif
15 extern void cpu_bugs_smt_update(void);
17 #endif /* _ASM_X86_BUGS_H */