summaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorAkinobu Mita2006-03-26 11:39:24 +0200
committerLinus Torvalds2006-03-26 18:57:12 +0200
commit1cc2b9943b7b3a8d526aa8be5450d3ec083c3de4 (patch)
tree302d864d0f11c9fb1ec747440b0fce7f9f3ca27e /arch/i386
parent[PATCH] bitops: h8300: use generic bitops (diff)
downloadkernel-qcow2-linux-1cc2b9943b7b3a8d526aa8be5450d3ec083c3de4.tar.gz
kernel-qcow2-linux-1cc2b9943b7b3a8d526aa8be5450d3ec083c3de4.tar.xz
kernel-qcow2-linux-1cc2b9943b7b3a8d526aa8be5450d3ec083c3de4.zip
[PATCH] bitops: i386: use generic bitops
- remove generic_fls64() - remove sched_find_first_bit() - remove generic_hweight{32,16,8}() - 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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index b008fb0cd7b7..f7db71d0b913 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -37,6 +37,10 @@ config GENERIC_IOMAP
bool
default y
+config GENERIC_HWEIGHT
+ bool
+ default y
+
config ARCH_MAY_HAVE_PC_FDC
bool
default y