Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 1 | #ifndef _ASM_X86_BUGS_H |
2 | #define _ASM_X86_BUGS_H | ||||
3 | |||||
Ingo Molnar | 8550eb9 | 2008-01-30 13:34:10 +0100 | [diff] [blame] | 4 | extern void check_bugs(void); |
Harvey Harrison | 73bdb73 | 2008-02-04 16:48:04 +0100 | [diff] [blame] | 5 | int ppro_with_ram_bug(void); |
Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 6 | |
7 | #endif /* _ASM_X86_BUGS_H */ |