[PATCH] powerpc: Add CONFIG_NR_CPUS to ppc64_defconfig
From: <hidden>
Date: 2018-11-08 10:27:24
From: Satheesh Rajendran <redacted> 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 <redacted> --- 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