diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-21 04:22:05 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:54 -0500 |
commit | a82d53ec2424834521a5ec8bb661a27f968036ab (patch) | |
tree | 797dfe4dcfe63e9a98c97159d35954e50c417726 /arch/sh | |
parent | 0f2c15cecee0ff00e4bfa91dd20b33ccd9285360 (diff) |
sh: Generic BUG only works for sh32.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
32 | 32 | ||
33 | config GENERIC_BUG | 33 | config GENERIC_BUG |
34 | def_bool y | 34 | def_bool y |
35 | depends on BUG | 35 | depends on BUG && SUPERH32 |
36 | 36 | ||
37 | config GENERIC_FIND_NEXT_BIT | 37 | config GENERIC_FIND_NEXT_BIT |
38 | bool | 38 | bool |