aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-21 14:34:58 +0100
committerRichard Kuo <rkuo@codeaurora.org>2013-03-28 20:47:06 -0500
commitae981ca9e0adadd69e75dedb8404136b34629c1f (patch)
tree4155c49fa94cad8a28852ee5817da349c94f795b
parent442d568e8e7545656bc626e9135c3f8259104bee (diff)
downloadlinux-hexagon-kernel-ae981ca9e0adadd69e75dedb8404136b34629c1f.tar.gz
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 <pebolle@tiscali.nl> Acked-by: Jonas Bonn <jonas@southpole.se> Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
-rw-r--r--arch/hexagon/Kconfig3
-rw-r--r--arch/openrisc/Kconfig3
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index 9b94b0fcb777f..a0c0fb09d6771 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 9ab3bf2eca8d2..81b9ddbc91664 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"