diff options
author | Michael Neuling <mikey@neuling.org> | 2009-05-17 11:13:16 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-06-01 20:32:24 -0400 |
commit | 2d8ae638bb86a3c7e8a7e610ec5ae545327d146a (patch) | |
tree | 80a70aaf6aada095eeb47be532b236ea9ebf6ef1 /arch | |
parent | 435462c6e639065460e91903d6bd2af0f5762fde (diff) |
powerpc: Make the NR_CPUS max 8192
We can compile and boot with NR_CPUS=8192, so make this the max. 1024
was an arbitrary decision anyway.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 9da795e49337..915a7ac6a91a 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype | |||
@@ -262,8 +262,8 @@ config SMP | |||
262 | If you don't know what to do here, say N. | 262 | If you don't know what to do here, say N. |
263 | 263 | ||
264 | config NR_CPUS | 264 | config NR_CPUS |
265 | int "Maximum number of CPUs (2-1024)" | 265 | int "Maximum number of CPUs (2-8192)" |
266 | range 2 1024 | 266 | range 2 8192 |
267 | depends on SMP | 267 | depends on SMP |
268 | default "32" if PPC64 | 268 | default "32" if PPC64 |
269 | default "4" | 269 | default "4" |