From: Paul Mundt Date: Wed, 21 Nov 2007 09:22:05 +0000 (+0900) Subject: sh: Generic BUG only works for sh32. X-Git-Tag: v2.6.25-rc1~1169^2~82 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a82d53ec2424834521a5ec8bb661a27f968036ab;p=linux-2.6-omap-h63xx.git sh: Generic BUG only works for sh32. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7cfd1723022..e406f1dbac8 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