consistently use the same bitops.h file
We have many variants of the same bitops.h file. Consistently
use the same file for all architectures which completely use
the generic bitops versions.

Some architectures had static inline versions of functions
identically to the generic versions, these are removed and
the generic versions are used directly now.

Also several architectures depend on the generic find_*_bit
functions but didn't have the GENERIC_FIND_NEXT_BIT Kconfig
option selected. This is added where needed.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 0d57d70 commit 227a20fe31c6a03795a202f95af95fb371951963
@Sascha Hauer Sascha Hauer authored on 16 Jul 2014
Showing 9 changed files
View
arch/blackfin/Kconfig
View
arch/blackfin/include/asm/bitops.h
View
arch/mips/include/asm/bitops.h
View
arch/nios2/Kconfig
View
arch/nios2/include/asm/bitops.h
View
arch/openrisc/Kconfig
View
arch/openrisc/include/asm/bitops.h
View
arch/sandbox/include/asm/bitops.h
View
arch/x86/include/asm/bitops.h