All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] - Increase max SSI size on IA64 to 1024
@ 2005-09-14 15:33 Jack Steiner
  0 siblings, 0 replies; only message in thread
From: Jack Steiner @ 2005-09-14 15:33 UTC (permalink / raw)
  To: linux-ia64


This patch increases the maximum number of cpus supported on IA64
to 1024. No changes are made to the default SSI size. The patch 
simply allows specifying up to 1024p.

There are certainly scaling (& other) issues that also need to be 
addressed!!!  Additional patches will follow.....


	Signed-off-by: Jack Steiner <steiner@sgi.com>



Index: linux/arch/ia64/Kconfig
=================================--- linux.orig/arch/ia64/Kconfig	2005-09-12 10:40:09.645656866 -0500
+++ linux/arch/ia64/Kconfig	2005-09-14 08:44:11.018603385 -0500
@@ -254,8 +254,8 @@ config SMP
 	  If you don't know what to do here, say N.
 
 config NR_CPUS
-	int "Maximum number of CPUs (2-512)"
-	range 2 512
+	int "Maximum number of CPUs (2-1024)"
+	range 2 1024
 	depends on SMP
 	default "64"
 	help
-- 
Thanks

Jack Steiner (steiner@sgi.com)          651-683-5302
Principal Engineer                      SGI - Silicon Graphics, Inc.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-14 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-14 15:33 [PATCH] - Increase max SSI size on IA64 to 1024 Jack Steiner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.