[PATCH] Make sure to always check upper bits of tv_nsec in timespec_valid.
[safe/jmp/linux-2.6] / include / asm-parisc / bug.h
index e72f6e2..695588d 100644 (file)
@@ -1,12 +1,14 @@
 #ifndef _PARISC_BUG_H
 #define _PARISC_BUG_H
 
+#ifdef CONFIG_BUG
 #define HAVE_ARCH_BUG
 #define BUG() do { \
        printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
        dump_stack(); \
        panic("BUG!"); \
 } while (0)
+#endif
 
 #include <asm-generic/bug.h>
 #endif