All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] - Make number of TIO nodes configurable
@ 2006-02-23 19:16 Jack Steiner
  0 siblings, 0 replies; only message in thread
From: Jack Steiner @ 2006-02-23 19:16 UTC (permalink / raw)
  To: linux-ia64

Make the limit for the number of TIO nodes a function of the number
of C/M nodes in the system instead of a hardcoded constant.  The
number of TIO nodes should be the same as the number of C/M nodes.
	
	Signed-off-by: Jack Steiner <steiner@sgi.com>


Index: linux/include/asm-ia64/sn/arch.h
=================================--- linux.orig/include/asm-ia64/sn/arch.h	2006-02-15 12:32:56.000000000 -0600
+++ linux/include/asm-ia64/sn/arch.h	2006-02-23 13:10:57.137540810 -0600
@@ -31,7 +31,8 @@
  * 	to ACPI3.0, this limit will be removed. The notion of "compact nodes"
  * 	should be deleted and TIOs should be included in MAX_NUMNODES.
  */
-#define MAX_COMPACT_NODES	512
+#define MAX_TIO_NODES		MAX_NUMNODES
+#define MAX_COMPACT_NODES	(MAX_NUMNODES + MAX_TIO_NODES)
 
 /*
  * Maximum number of nodes in all partitions and in all coherency domains.

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

only message in thread, other threads:[~2006-02-23 19:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-23 19:16 [PATCH] - Make number of TIO nodes configurable 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.