diff options
Diffstat (limited to 'include/asm-parisc/bug.h')
| -rw-r--r-- | include/asm-parisc/bug.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-parisc/bug.h b/include/asm-parisc/bug.h deleted file mode 100644 index 695588da41f..00000000000 --- a/include/asm-parisc/bug.h +++ /dev/null @@ -1,14 +0,0 @@ -#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 |
