diff options
author | Akinobu Mita <mita@miraclelinux.com> | 2006-03-26 04:39:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-26 11:57:13 -0500 |
commit | d2d7cdcf6e6d2a3db9885316d075940f12324413 (patch) | |
tree | ed772d4213ed5adc3410d088693f5be5cf79dbe6 /arch/m68knommu/Kconfig | |
parent | 4c5aea053d64bee7a776a4b874e1b417e9f316fe (diff) |
[PATCH] bitops: m68knommu: use generic bitops
- remove ffs()
- remove __ffs()
- remove sched_find_first_bit()
- remove ffz()
- remove find_{next,first}{,_zero}_bit()
- remove generic_hweight()
- 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: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index e50858dbc237..3cde6822ead1 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -25,6 +25,14 @@ config RWSEM_XCHGADD_ALGORITHM | |||
25 | bool | 25 | bool |
26 | default n | 26 | default n |
27 | 27 | ||
28 | config GENERIC_FIND_NEXT_BIT | ||
29 | bool | ||
30 | default y | ||
31 | |||
32 | config GENERIC_HWEIGHT | ||
33 | bool | ||
34 | default y | ||
35 | |||
28 | config GENERIC_CALIBRATE_DELAY | 36 | config GENERIC_CALIBRATE_DELAY |
29 | bool | 37 | bool |
30 | default y | 38 | default y |