diff options
author | Jack Steiner <steiner@sgi.com> | 2005-09-08 22:28:28 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-09-08 22:53:38 +0200 |
commit | 9b17e7e74e767d8a494a74c3c459aeecd1e08c5f (patch) | |
tree | b97618c379d78cc4aded9860d5c791f558c231d1 /arch/ia64 | |
parent | [IA64] ensure XPC and XPNET are loaded on sn2 platforms only (diff) | |
download | linux-9b17e7e74e767d8a494a74c3c459aeecd1e08c5f.tar.xz 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/ia64')
-rw-r--r-- | arch/ia64/sn/kernel/setup.c | 2 |
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]; |