Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / arch / x86 / include / asm / bugs.h
CommitLineData
1965aae3
PA
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
1965aae3 12#endif /* _ASM_X86_BUGS_H */
This page took 1.08148 seconds and 5 git commands to generate.