summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorChristoph Lameter2006-08-23 04:43:27 +0200
committerTony Luck2006-08-29 19:17:49 +0200
commitc57d68caeed7bc335e6d35c951a9abae733a580b (patch)
tree06dc1dfe999c680ccc2a754508080335c20d550d /arch/ia64/Kconfig
parent[IA64] remove redundant local_irq_save() calls from sn_sal.h (diff)
downloadkernel-qcow2-linux-c57d68caeed7bc335e6d35c951a9abae733a580b.tar.gz
kernel-qcow2-linux-c57d68caeed7bc335e6d35c951a9abae733a580b.tar.xz
kernel-qcow2-linux-c57d68caeed7bc335e6d35c951a9abae733a580b.zip
[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: Christoph Lameter <clameter@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 47de9ee6bcd6..674de8943478 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -258,7 +258,7 @@ config NR_CPUS
int "Maximum number of CPUs (2-1024)"
range 2 1024
depends on SMP
- default "64"
+ default "1024"
help
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
@@ -354,7 +354,7 @@ config NUMA
config NODES_SHIFT
int "Max num nodes shift(3-10)"
range 3 10
- default "8"
+ default "10"
depends on NEED_MULTIPLE_NODES
help
This option specifies the maximum number of nodes in your SSI system.