rename io_apic_64.c and io_apic_32.c to io_apic.c
[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.12946 seconds and 5 git commands to generate.