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
--