]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] um: fix undefined reference to hweight32
authorAkinobu Mita <mita@miraclelinux.com>
Sun, 26 Mar 2006 09:38:59 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:09 +0000 (08:57 -0800)
Build fix for user mode linux.

Signed-off-by: Akinobu Mita <mita@miraclelinux.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Kconfig.i386
arch/um/Kconfig.x86_64

index ef79ed25aecd5fd64125a7777990e14d4e4846f0..85e6a55b3b59d6741c069378d31091c7de02ec55 100644 (file)
@@ -52,3 +52,8 @@ config ARCH_HAS_SC_SIGNALS
 config ARCH_REUSE_HOST_VSYSCALL_AREA
        bool
        default y
+
+config GENERIC_HWEIGHT
+       bool
+       default y
+
index aae19bc4b06a7055e4f3742af315f2064f0575db..f60e9e506424cf91e6b97ff61105a7dfc4b4788d 100644 (file)
@@ -46,3 +46,8 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA
 config SMP_BROKEN
        bool
        default y
+
+config GENERIC_HWEIGHT
+       bool
+       default y
+