blob: dc604985f2ad71a92be6de6a7f9d48d70816bc2d [file] [log] [blame]
Vegard Nossum77ef50a2008-06-18 17:08:48 +02001#ifndef ASM_X86__BUGS_H
2#define ASM_X86__BUGS_H
Thomas Gleixner003a46c2007-10-15 13:57:47 +02003
Ingo Molnar8550eb92008-01-30 13:34:10 +01004extern void check_bugs(void);
Thomas Petazzoni8d02c212008-08-05 11:45:19 +02005
Yinghai Lu879d7922008-09-09 16:40:37 -07006#if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
Harvey Harrison73bdb732008-02-04 16:48:04 +01007int ppro_with_ram_bug(void);
Thomas Petazzoni8d02c212008-08-05 11:45:19 +02008#else
9static inline int ppro_with_ram_bug(void) { return 0; }
10#endif
Thomas Gleixner003a46c2007-10-15 13:57:47 +020011
Vegard Nossum77ef50a2008-06-18 17:08:48 +020012#endif /* ASM_X86__BUGS_H */