From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:28 +0000 (-0800) Subject: [PATCH] ppc: fix undefined reference to hweight32 X-Git-Tag: v3.12-rc1~37321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c5aea053d64bee7a776a4b874e1b417e9f316fe;p=kernel%2Fkernel-generic.git [PATCH] ppc: fix undefined reference to hweight32 Build fix for ppc Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index 54a0a9b..3a3e302 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig @@ -19,6 +19,10 @@ config RWSEM_XCHGADD_ALGORITHM bool default y +config GENERIC_HWEIGHT + bool + default y + config GENERIC_CALIBRATE_DELAY bool default y