1
0
Fork 0

[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>
hifive-unleashed-5.1
Jack Steiner 2005-09-08 15:28:28 -05:00 committed by Tony Luck
parent 408865ce48
commit 9b17e7e74e
1 changed files with 1 additions and 1 deletions

View File

@ -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];