summaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorAkinobu Mita2006-03-26 11:39:31 +0200
committerLinus Torvalds2006-03-26 18:57:14 +0200
commit59e18a2e1c8f6642c307032939daaf474c16344e (patch)
treea0c58aa0e68703cf3844108f46636a6adf941ea6 /arch/parisc/Kconfig
parent[PATCH] bitops: mips: use generic bitops (diff)
downloadkernel-qcow2-linux-59e18a2e1c8f6642c307032939daaf474c16344e.tar.gz
kernel-qcow2-linux-59e18a2e1c8f6642c307032939daaf474c16344e.tar.xz
kernel-qcow2-linux-59e18a2e1c8f6642c307032939daaf474c16344e.zip
[PATCH] bitops: parisc: use generic bitops
- remove __{,test_and_}{set,clear,change}_bit() and test_bit() - remove ffz() - remove generic_fls64() - remove generic_hweight{32,16,8}() - remove generic_hweight64() - remove sched_find_first_bit() - remove find_{next,first}{,_zero}_bit() - remove ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() Signed-off-by: Akinobu Mita <mita@miraclelinux.com> Cc: Kyle McMartin <kyle@mcmartin.ca> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r--arch/parisc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index eca33cfa8a4c..6b3c50964ca9 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -25,6 +25,14 @@ config RWSEM_GENERIC_SPINLOCK
config RWSEM_XCHGADD_ALGORITHM
bool
+config GENERIC_FIND_NEXT_BIT
+ bool
+ default y
+
+config GENERIC_HWEIGHT
+ bool
+ default y
+
config GENERIC_CALIBRATE_DELAY
bool
default y