diff options
author | Judith Lebzelter <judith@osdl.org> | 2006-12-08 05:36:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:28:39 -0500 |
commit | a8605aef813f8eb3ef4b80d32cba6a671ef8deb0 (patch) | |
tree | e2da11449f9fe91a116e0121be8fff11388941f5 /arch/ppc/Kconfig | |
parent | e182c965b6ce0dffed0967a1be2173825a2ede2f (diff) |
[PATCH] use generic BUG for ppc
Switch ppc over to using the generic BUG implementation.
Signed-off-by: Judith Lebzelter <judith@osdl.org>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Michael Ellerman <michael@ellerman.id.au>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r-- | arch/ppc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index edf71a4ecc95..f76a146cff13 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -52,6 +52,11 @@ config ARCH_MAY_HAVE_PC_FDC | |||
52 | bool | 52 | bool |
53 | default y | 53 | default y |
54 | 54 | ||
55 | config GENERIC_BUG | ||
56 | bool | ||
57 | default y | ||
58 | depends on BUG | ||
59 | |||
55 | source "init/Kconfig" | 60 | source "init/Kconfig" |
56 | 61 | ||
57 | menu "Processor" | 62 | menu "Processor" |