Skip to content

Commit

Permalink
arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and Richard Kuo committed May 1, 2013
1 parent 7c6a5df commit 65af3a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions arch/hexagon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions arch/openrisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 65af3a3

Please sign in to comment.