[PATCH] bitops: sparc64: use generic bitops
- remove __{,test_and_}{set,clear,change}_bit() and test_bit() - remove ffz() - remove __ffs() - remove generic_fls() - remove generic_fls64() - remove sched_find_first_bit() - remove ffs() - unless defined(ULTRA_HAS_POPULATION_COUNT) - remove generic_hweight{64,32,16,8}() - remove find_{next,first}{,_zero}_bit() - remove ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() - remove minix_{test,set,test_and_clear,test,find_first_zero}_bit() Signed-off-by:Akinobu Mita <mita@miraclelinux.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/sparc64/Kconfig 8 additions, 0 deletionsarch/sparc64/Kconfig
- arch/sparc64/kernel/sparc64_ksyms.c 0 additions, 5 deletionsarch/sparc64/kernel/sparc64_ksyms.c
- arch/sparc64/lib/Makefile 1 addition, 1 deletionarch/sparc64/lib/Makefile
- arch/sparc64/lib/find_bit.c 0 additions, 127 deletionsarch/sparc64/lib/find_bit.c
- include/asm-sparc64/bitops.h 13 additions, 206 deletionsinclude/asm-sparc64/bitops.h
Loading
Please register or sign in to comment