mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[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>
This commit is contained in:
parent
0b28002fdf
commit
f214ef3e19
@ -52,3 +52,8 @@ config ARCH_HAS_SC_SIGNALS
|
||||
config ARCH_REUSE_HOST_VSYSCALL_AREA
|
||||
bool
|
||||
default y
|
||||
|
||||
config GENERIC_HWEIGHT
|
||||
bool
|
||||
default y
|
||||
|
||||
|
@ -46,3 +46,8 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA
|
||||
config SMP_BROKEN
|
||||
bool
|
||||
default y
|
||||
|
||||
config GENERIC_HWEIGHT
|
||||
bool
|
||||
default y
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user