summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJack Steiner2005-09-08 22:28:28 +0200
committerTony Luck2005-09-08 22:53:38 +0200
commit9b17e7e74e767d8a494a74c3c459aeecd1e08c5f (patch)
treeb97618c379d78cc4aded9860d5c791f558c231d1 /arch
parent[IA64] ensure XPC and XPNET are loaded on sn2 platforms only (diff)
downloadkernel-qcow2-linux-9b17e7e74e767d8a494a74c3c459aeecd1e08c5f.tar.gz
kernel-qcow2-linux-9b17e7e74e767d8a494a74c3c459aeecd1e08c5f.tar.xz
kernel-qcow2-linux-9b17e7e74e767d8a494a74c3c459aeecd1e08c5f.zip
[IA64] Increase max physical address for SN platforms
Increase the value for the maximum physical address on SN systems. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/sn/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c
index a594aca959e6..14908ad7db8c 100644
--- a/arch/ia64/sn/kernel/setup.c
+++ b/arch/ia64/sn/kernel/setup.c
@@ -56,7 +56,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];