]> err.no Git - linux-2.6/blob - include/asm-parisc/bug.h
Merge with Greg's USB tree at kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6...
[linux-2.6] / include / asm-parisc / bug.h
1 #ifndef _PARISC_BUG_H
2 #define _PARISC_BUG_H
3
4 #define HAVE_ARCH_BUG
5 #define BUG() do { \
6         printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
7         dump_stack(); \
8         panic("BUG!"); \
9 } while (0)
10
11 #include <asm-generic/bug.h>
12 #endif