Commit c57d68ca authored by Christoph Lameter's avatar Christoph Lameter Committed by Tony Luck

[IA64] Increase default nodes shift to 10, nr_cpus to 1024

Change both the NODES_SHIFT and the NR_CPUS so that even big machines
can boot all nodes and processors with a generic kernel.
Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 986e12fa
...@@ -258,7 +258,7 @@ config NR_CPUS ...@@ -258,7 +258,7 @@ config NR_CPUS
int "Maximum number of CPUs (2-1024)" int "Maximum number of CPUs (2-1024)"
range 2 1024 range 2 1024
depends on SMP depends on SMP
default "64" default "1024"
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
...@@ -354,7 +354,7 @@ config NUMA ...@@ -354,7 +354,7 @@ config NUMA
config NODES_SHIFT config NODES_SHIFT
int "Max num nodes shift(3-10)" int "Max num nodes shift(3-10)"
range 3 10 range 3 10
default "8" default "10"
depends on NEED_MULTIPLE_NODES depends on NEED_MULTIPLE_NODES
help help
This option specifies the maximum number of nodes in your SSI system. This option specifies the maximum number of nodes in your SSI system.
......
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