Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_BUGS_H
0003 #define _ASM_X86_BUGS_H
0004 
0005 #include <asm/processor.h>
0006 
0007 extern void check_bugs(void);
0008 
0009 #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
0010 int ppro_with_ram_bug(void);
0011 #else
0012 static inline int ppro_with_ram_bug(void) { return 0; }
0013 #endif
0014 
0015 extern void cpu_bugs_smt_update(void);
0016 
0017 #endif /* _ASM_X86_BUGS_H */