Commit 9b17e7e74e767d8a494a74c3c459aeecd1e08c5f

Authored by Jack Steiner
Committed by Tony Luck
1 parent 408865ce48

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/ia64/sn/kernel/setup.c
... ... @@ -56,7 +56,7 @@
56 56  
57 57 DEFINE_PER_CPU(struct pda_s, pda_percpu);
58 58  
59   -#define MAX_PHYS_MEMORY (1UL << 49) /* 1 TB */
  59 +#define MAX_PHYS_MEMORY (1UL << IA64_MAX_PHYS_BITS) /* Max physical address supported */
60 60  
61 61 lboard_t *root_lboard[MAX_COMPACT_NODES];
62 62