blob: ae514c76a96fd09a9c3b65d6b9176c128e1428f2 [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
6#ifdef CONFIG_CPU_SUP_INTEL_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 */