Commit 2f40d82f authored by Satheesh Rajendran's avatar Satheesh Rajendran Committed by Michael Ellerman

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: default avatarSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 4ba34d5d
...@@ -16,6 +16,7 @@ CONFIG_BPF_SYSCALL=y ...@@ -16,6 +16,7 @@ CONFIG_BPF_SYSCALL=y
# CONFIG_COMPAT_BRK is not set # CONFIG_COMPAT_BRK is not set
CONFIG_PROFILING=y CONFIG_PROFILING=y
CONFIG_PPC64=y CONFIG_PPC64=y
CONFIG_NR_CPUS=2048
CONFIG_PPC_SPLPAR=y CONFIG_PPC_SPLPAR=y
CONFIG_DTL=y CONFIG_DTL=y
CONFIG_SCANLOG=m CONFIG_SCANLOG=m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment