aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-21 09:34:58 -0400
committerRichard Kuo <rkuo@codeaurora.org>2013-04-30 20:40:27 -0400
commit65af3a3f89d726701c6436c4e223d9e2e7d525bc (patch)
tree3f1748a55b29472f439a1eee373b230516674c69 /arch/hexagon
parent7c6a5df44fd90a288fe067581c5564859c071fc0 (diff)
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>
Diffstat (limited to 'arch/hexagon')
-rw-r--r--arch/hexagon/Kconfig3
1 files changed, 0 insertions, 3 deletions
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
77config RWSEM_XCHGADD_ALGORITHM 77config RWSEM_XCHGADD_ALGORITHM
78 def_bool y 78 def_bool y
79 79
80config GENERIC_FIND_NEXT_BIT
81 def_bool y
82
83config GENERIC_HWEIGHT 80config GENERIC_HWEIGHT
84 def_bool y 81 def_bool y
85 82