Skip to content

Commit

Permalink
[PATCH] x86-64: Correct max number of CPUs in Kconfig
Browse files Browse the repository at this point in the history
Pointed out by Adrian Bunk

Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed May 2, 2007
1 parent 86c0baf commit d9c9381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,13 @@ config OUT_OF_LINE_PFN_TO_PAGE
depends on DISCONTIGMEM

config NR_CPUS
int "Maximum number of CPUs (2-256)"
int "Maximum number of CPUs (2-255)"
range 2 255
depends on SMP
default "8"
help
This allows you to specify the maximum number of CPUs which this
kernel will support. Current maximum is 256 CPUs due to
kernel will support. Current maximum is 255 CPUs due to
APIC addressing limits. Less depending on the hardware.

This is purely to save memory - each supported CPU requires
Expand Down

0 comments on commit d9c9381

Please sign in to comment.