[PATCH] powerpc: Add CONFIG_NR_CPUS to ppc64_defconfig

sathnaga at linux.vnet.ibm.com sathnaga at linux.vnet.ibm.com
Thu Nov 8 21:25:18 AEDT 2018


From: Satheesh Rajendran <sathnaga at linux.vnet.ibm.com>

CONFIG_NR_CPUS is not set in ppc64_defconfig, So
it gets default to 32 which is not likely suitable for
powerpc systems configuration, hence defaulting it to 2048
like other powerpc defconfigs.

Signed-off-by: Satheesh Rajendran <sathnaga at linux.vnet.ibm.com>
---
 arch/powerpc/configs/ppc64_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index f2515674a1e2..8f89ea12dc8d 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -1,4 +1,5 @@
 CONFIG_PPC64=y
+CONFIG_NR_CPUS=2048
 CONFIG_SYSVIPC=y
 CONFIG_POSIX_MQUEUE=y
 CONFIG_NO_HZ=y
-- 
2.17.2



More information about the Linuxppc-dev mailing list