Skip to content

Commit

Permalink
[PATCH] bitops: sh64: use generic bitops
Browse files Browse the repository at this point in the history
- remove __{,test_and_}{set,clear,change}_bit() and test_bit()
- remove __ffs()
- remove find_{next,first}{,_zero}_bit()
- remove generic_hweight{32,16,8}()
- remove sched_find_first_bit()
- remove generic_ffs()
- remove ext2_{set,clear,test,find_first_zero,find_next_zero}_bit()
- remove ext2_{set,clear}_bit_atomic()
- remove minix_{test,set,test_and_clear,test,find_first_zero}_bit()
- remove generic_fls()
- remove generic_fls64()

Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Richard Curnow <rc@rc0.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Mar 26, 2006
1 parent e2268c7 commit 62f1b24
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 373 deletions.
8 changes: 8 additions & 0 deletions arch/sh64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ config RWSEM_GENERIC_SPINLOCK
bool
default y

config GENERIC_FIND_NEXT_BIT
bool
default y

config GENERIC_HWEIGHT
bool
default y

config GENERIC_CALIBRATE_DELAY
bool
default y
Expand Down
Loading

0 comments on commit 62f1b24

Please sign in to comment.