Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
Richard Kuo
65af3a3f 7c6a5df4

-6
-3
arch/hexagon/Kconfig
··· 77 77 config RWSEM_XCHGADD_ALGORITHM 78 78 def_bool y 79 79 80 - config GENERIC_FIND_NEXT_BIT 81 - def_bool y 82 - 83 80 config GENERIC_HWEIGHT 84 81 def_bool y 85 82
-3
arch/openrisc/Kconfig
··· 55 55 config GENERIC_CSUM 56 56 def_bool y 57 57 58 - config GENERIC_FIND_NEXT_BIT 59 - def_bool y 60 - 61 58 source "init/Kconfig" 62 59 63 60