]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/bugs.h
x86: return the page table level in lookup_address()
[linux-2.6-omap-h63xx.git] / include / asm-x86 / bugs.h
index ddf42d36dd506a4d906ca5356c8ac996d4a189f8..aac8317420af989800fdf3097a797bc4c2ba6f59 100644 (file)
@@ -1,5 +1,6 @@
-#ifdef CONFIG_X86_32
-# include "bugs_32.h"
-#else
-# include "bugs_64.h"
-#endif
+#ifndef _ASM_X86_BUGS_H
+#define _ASM_X86_BUGS_H
+
+void check_bugs(void);
+
+#endif /* _ASM_X86_BUGS_H */