dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] ppc: fix undefined reference to hweight32

Build fix for ppc

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:
Akinobu Mita 2006-03-26 01:39:28 -08:00 committed by Linus Torvalds
parent d5728b45da
commit 4c5aea053d
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ config RWSEM_XCHGADD_ALGORITHM
bool
default y
config GENERIC_HWEIGHT
bool
default y
config GENERIC_CALIBRATE_DELAY
bool
default y