From: Paul Mundt Date: Wed, 21 Nov 2007 09:22:05 +0000 (+0900) Subject: sh: Generic BUG only works for sh32. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a82d53ec2424834521a5ec8bb661a27f968036ab;p=linux-beck.git sh: Generic BUG only works for sh32. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7cfd17230224..e406f1dbac84 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -32,7 +32,7 @@ config RWSEM_XCHGADD_ALGORITHM config GENERIC_BUG def_bool y - depends on BUG + depends on BUG && SUPERH32 config GENERIC_FIND_NEXT_BIT bool