x86: make 32bit support per_cpu vector
[deliverable/linux.git] / include / asm-x86 / bugs.h
CommitLineData
77ef50a5
VN
1#ifndef ASM_X86__BUGS_H
2#define ASM_X86__BUGS_H
003a46cf 3
8550eb99 4extern void check_bugs(void);
8d02c211 5
879d792b 6#if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
73bdb73f 7int ppro_with_ram_bug(void);
8d02c211
TP
8#else
9static inline int ppro_with_ram_bug(void) { return 0; }
10#endif
003a46cf 11
77ef50a5 12#endif /* ASM_X86__BUGS_H */
This page took 0.121651 seconds and 5 git commands to generate.