From: Paul Bolle Date: Thu, 21 Mar 2013 13:34:58 +0000 (+0100) Subject: arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again X-Git-Tag: v3.10-rc1~140^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=65af3a3f89d726701c6436c4e223d9e2e7d525bc;p=linux.git arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two architectures. Remove it again. Signed-off-by: Paul Bolle Acked-by: Jonas Bonn Signed-off-by: Richard Kuo --- diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index 9b94b0fcb777..a0c0fb09d677 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -77,9 +77,6 @@ config RWSEM_GENERIC_SPINLOCK config RWSEM_XCHGADD_ALGORITHM def_bool y -config GENERIC_FIND_NEXT_BIT - def_bool y - config GENERIC_HWEIGHT def_bool y diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 9ab3bf2eca8d..81b9ddbc9166 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -55,9 +55,6 @@ config TRACE_IRQFLAGS_SUPPORT config GENERIC_CSUM def_bool y -config GENERIC_FIND_NEXT_BIT - def_bool y - source "init/Kconfig"