From: Satheesh Rajendran <sathn...@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 <sathn...@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