]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/bugs.h
Input: cm109 - don't use obsolete logging macros
[linux-2.6-omap-h63xx.git] / include / asm-x86 / bugs.h
index ddf42d36dd506a4d906ca5356c8ac996d4a189f8..021cbdd5f258a7739c2433d62f00a37a51070a4b 100644 (file)
@@ -1,5 +1,7 @@
-#ifdef CONFIG_X86_32
-# include "bugs_32.h"
-#else
-# include "bugs_64.h"
-#endif
+#ifndef _ASM_X86_BUGS_H
+#define _ASM_X86_BUGS_H
+
+extern void check_bugs(void);
+int ppro_with_ram_bug(void);
+
+#endif /* _ASM_X86_BUGS_H */