aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 97c7a212cdda..56c3c4065eb0 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -43,11 +43,11 @@ config RWSEM_XCHGADD_ALGORITHM
43 43
44config ARCH_HAS_ILOG2_U32 44config ARCH_HAS_ILOG2_U32
45 bool 45 bool
46 default n 46 default y
47 47
48config ARCH_HAS_ILOG2_U64 48config ARCH_HAS_ILOG2_U64
49 bool 49 bool
50 default n 50 default y if 64BIT
51 51
52config GENERIC_HWEIGHT 52config GENERIC_HWEIGHT
53 bool 53 bool