diff options
author | Nishanth Aravamudan <nacc@linux.vnet.ibm.com> | 2012-09-12 07:47:07 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-11-15 12:59:17 +1100 |
commit | be812195d8ac536a62cb1eb5c29b5f2fefefb621 (patch) | |
tree | 0b8c66b3892831a24cc97174e22bdb630b87addd /arch/powerpc/configs | |
parent | 6c39dcc465373daae484b1a893e47b5e631fb62f (diff) | |
download | blackbird-obmc-linux-be812195d8ac536a62cb1eb5c29b5f2fefefb621.tar.gz blackbird-obmc-linux-be812195d8ac536a62cb1eb5c29b5f2fefefb621.zip |
powerpc/pseries: Double NR_CPUS in defconfig
Anticipating growth in coming years, we should ensure we are getting a
good lead on testing.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 1f710a32ffae..5b8e1e508270 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig @@ -2,7 +2,7 @@ CONFIG_PPC64=y CONFIG_ALTIVEC=y CONFIG_VSX=y CONFIG_SMP=y -CONFIG_NR_CPUS=1024 +CONFIG_NR_CPUS=2048 CONFIG_EXPERIMENTAL=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y |