powerpc/configs: Add CONFIG_NR_CPUS to ppc64_defconfig

CONFIG_NR_CPUS is not set in ppc64_defconfig, So it gets default of 32
which is quite small for modern powerpc systems. Instead set a default
of 2048 like other powerpc defconfigs.

Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Satheesh Rajendran 2018-11-08 15:55:18 +05:30 committed by Michael Ellerman
parent 4ba34d5dfe
commit 2f40d82fef
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ CONFIG_BPF_SYSCALL=y
# CONFIG_COMPAT_BRK is not set
CONFIG_PROFILING=y
CONFIG_PPC64=y
CONFIG_NR_CPUS=2048
CONFIG_PPC_SPLPAR=y
CONFIG_DTL=y
CONFIG_SCANLOG=m