Commit a82d53ec authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Generic BUG only works for sh32.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 0f2c15ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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