Skip to content

Commit

Permalink
powerpc: Make the NR_CPUS max 8192
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Neuling authored and Benjamin Herrenschmidt committed Jun 2, 2009
1 parent 435462c commit 2d8ae63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ config SMP
If you don't know what to do here, say N.

config NR_CPUS
int "Maximum number of CPUs (2-1024)"
range 2 1024
int "Maximum number of CPUs (2-8192)"
range 2 8192
depends on SMP
default "32" if PPC64
default "4"
Expand Down

0 comments on commit 2d8ae63

Please sign in to comment.