2006-02-21 03:48:35

by Akinobu Mita

[permalink] [raw]
Subject: [-mm patch 8/8] ppc: fix undefined reference to hweight32

Build fix for ppc

Signed-off-by: Akinobu Mita <[email protected]>
Cc: Paul Mackerras <[email protected]>

arch/ppc/Kconfig | 4 ++++
1 files changed, 4 insertions(+)

Index: 2.6-mm/arch/ppc/Kconfig
===================================================================
--- 2.6-mm.orig/arch/ppc/Kconfig
+++ 2.6-mm/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

--