public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] - Increase max physical address for SN platforms
@ 2005-09-08 20:28 Jack Steiner
  0 siblings, 0 replies; only message in thread
From: Jack Steiner @ 2005-09-08 20:28 UTC (permalink / raw)
  To: linux-ia64


Increase the value for the maximum physical address on SN systems.


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



Index: linux/arch/ia64/sn/kernel/setup.c
=================================--- linux.orig/arch/ia64/sn/kernel/setup.c	2005-09-08 15:17:08.581816534 -0500
+++ linux/arch/ia64/sn/kernel/setup.c	2005-09-08 15:25:26.002687196 -0500
@@ -57,7 +57,7 @@
 
 DEFINE_PER_CPU(struct pda_s, pda_percpu);
 
-#define MAX_PHYS_MEMORY		(1UL << 49)	/* 1 TB */
+#define MAX_PHYS_MEMORY		(1UL << IA64_MAX_PHYS_BITS)	/* Max physical address supported */
 
 lboard_t *root_lboard[MAX_COMPACT_NODES];
 
-- 
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-08 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 20:28 [PATCH] - Increase max physical address for SN platforms Jack Steiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox