Skip to content

Commit

Permalink
[PATCH] um: fix undefined reference to hweight32
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Mar 26, 2006
1 parent 0b28002 commit f214ef3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/um/Kconfig.i386
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ config ARCH_HAS_SC_SIGNALS
config ARCH_REUSE_HOST_VSYSCALL_AREA
bool
default y

config GENERIC_HWEIGHT
bool
default y

5 changes: 5 additions & 0 deletions arch/um/Kconfig.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA
config SMP_BROKEN
bool
default y

config GENERIC_HWEIGHT
bool
default y

0 comments on commit f214ef3

Please sign in to comment.