Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f214ef3e authored by Akinobu Mita's avatar Akinobu Mita Committed by Linus Torvalds
Browse files

[PATCH] um: fix undefined reference to hweight32



Build fix for user mode linux.

Signed-off-by: default avatarAkinobu Mita <mita@miraclelinux.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0b28002f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -46,3 +46,8 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA
config SMP_BROKEN
	bool
	default y

config GENERIC_HWEIGHT
	bool
	default y