diff options
| author | Matt Mackall <mpm@selenic.com> | 2005-05-01 11:59:01 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:59:01 -0400 |
| commit | c8538a7aa5527d02c7191ac5da124efadf6a2827 (patch) | |
| tree | 6a2fae8be308d38ed1abe1d5c7539db29238ae61 /include/asm-m68k | |
| parent | e43379f10b42194b8a6e1de342cfb44463c0f6da (diff) | |
[PATCH] remove all kernel BUGs
This patch eliminates all kernel BUGs, trims about 35k off the typical
kernel, and makes the system slightly faster.
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68k')
| -rw-r--r-- | include/asm-m68k/bug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m68k/bug.h b/include/asm-m68k/bug.h index 3e1d2266fa69..072ce274d537 100644 --- a/include/asm-m68k/bug.h +++ b/include/asm-m68k/bug.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #include <linux/config.h> | 4 | #include <linux/config.h> |
| 5 | 5 | ||
| 6 | #ifdef CONFIG_BUG | ||
| 6 | #ifdef CONFIG_DEBUG_BUGVERBOSE | 7 | #ifdef CONFIG_DEBUG_BUGVERBOSE |
| 7 | #ifndef CONFIG_SUN3 | 8 | #ifndef CONFIG_SUN3 |
| 8 | #define BUG() do { \ | 9 | #define BUG() do { \ |
| @@ -22,6 +23,8 @@ | |||
| 22 | #endif | 23 | #endif |
| 23 | 24 | ||
| 24 | #define HAVE_ARCH_BUG | 25 | #define HAVE_ARCH_BUG |
| 26 | #endif | ||
| 27 | |||
| 25 | #include <asm-generic/bug.h> | 28 | #include <asm-generic/bug.h> |
| 26 | 29 | ||
| 27 | #endif | 30 | #endif |
