提交 d9c93813 编写于 作者: A Andi Kleen 提交者: Andi Kleen

[PATCH] x86-64: Correct max number of CPUs in Kconfig

Pointed out by Adrian Bunk
Signed-off-by: NAndi Kleen <ak@suse.de>
上级 86c0baf1
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册