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

        Signed-off-by: Jack Steiner <[EMAIL PROTECTED]>



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 ([EMAIL PROTECTED])          651-683-5302
Principal Engineer                      SGI - Silicon Graphics, Inc.


-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to