commit | f214ef3e193dea10a7b527d4f4b0c15d2d98c984 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <mita@miraclelinux.com> | Sun Mar 26 01:38:59 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:57:09 2006 -0800 |
tree | 070e24ed0f819fb47ee964fd85752b1a1ab2a8a5 | |
parent | 0b28002fdf2d5b6ce3135a544c04940a16c5b0ba [diff] [blame] |
[PATCH] um: fix undefined reference to hweight32 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>
diff --git a/arch/um/Kconfig.i386 b/arch/um/Kconfig.i386 index ef79ed2..85e6a55 100644 --- a/arch/um/Kconfig.i386 +++ b/arch/um/Kconfig.i386
@@ -52,3 +52,8 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA bool default y + +config GENERIC_HWEIGHT + bool + default y +