diff options
author | Akinobu Mita <mita@miraclelinux.com> | 2006-03-26 04:39:21 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-26 11:57:12 -0500 |
commit | e9f26df17266a8bd327957bd1a5957a263bd7112 (patch) | |
tree | c39684add95509324916be3046888f3a8ece4e18 /arch | |
parent | d142d8601993f423386556f1cbbacbdcf7b7a767 (diff) |
[PATCH] bitops: cris: use generic bitops
- remove __{,test_and_}{set,clear,change}_bit() and test_bit()
- remove generic_fls()
- remove generic_fls64()
- remove generic_hweight{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()
- remove sched_find_first_bit()
Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Acked-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/cris/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index b83261949737..856b665020e7 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -16,6 +16,14 @@ config RWSEM_GENERIC_SPINLOCK | |||
16 | config RWSEM_XCHGADD_ALGORITHM | 16 | config RWSEM_XCHGADD_ALGORITHM |
17 | bool | 17 | bool |
18 | 18 | ||
19 | config GENERIC_FIND_NEXT_BIT | ||
20 | bool | ||
21 | default y | ||
22 | |||
23 | config GENERIC_HWEIGHT | ||
24 | bool | ||
25 | default y | ||
26 | |||
19 | config GENERIC_CALIBRATE_DELAY | 27 | config GENERIC_CALIBRATE_DELAY |
20 | bool | 28 | bool |
21 | default y | 29 | default y |