Commit d1339df1 authored by Robin Holt's avatar Robin Holt Committed by Tony Luck

[IA64] Allow ia64 to CONFIG_NR_CPUS up to 4096

ia64 has compiled with NR_CPUS=4096 for a couple releases, just forgot
to update Kconfig to allow it.
Signed-off-by: default avatarRobin Holt <holt@sgi.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 94567ef1
...@@ -321,10 +321,10 @@ config SMP ...@@ -321,10 +321,10 @@ config SMP
If you don't know what to do here, say N. If you don't know what to do here, say N.
config NR_CPUS config NR_CPUS
int "Maximum number of CPUs (2-1024)" int "Maximum number of CPUs (2-4096)"
range 2 1024 range 2 4096
depends on SMP depends on SMP
default "1024" default "4096"
help help
You should set this to the number of CPUs in your system, but You should set this to the number of CPUs in your system, but
keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment