commit | a82d53ec2424834521a5ec8bb661a27f968036ab | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Nov 21 18:22:05 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:18:54 2008 +0900 |
tree | 797dfe4dcfe63e9a98c97159d35954e50c417726 | |
parent | 0f2c15cecee0ff00e4bfa91dd20b33ccd9285360 [diff] [blame] |
sh: Generic BUG only works for sh32. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7cfd172..e406f1d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig
@@ -32,7 +32,7 @@ config GENERIC_BUG def_bool y - depends on BUG + depends on BUG && SUPERH32 config GENERIC_FIND_NEXT_BIT bool