x86: provide read and write cr8 paravirt hooks
[safe/jmp/linux-2.6] / include / asm-x86 / bug.h
index fd8bdc6..8d477a2 100644 (file)
@@ -33,9 +33,6 @@
        } while(0)
 #endif
 
-void out_of_line_bug(void);
-#else /* CONFIG_BUG */
-static inline void out_of_line_bug(void) { }
 #endif /* !CONFIG_BUG */
 
 #include <asm-generic/bug.h>