Skip to content

Commit

Permalink
[IA64] Increase max physical address for SN platforms
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jack Steiner authored and Tony Luck committed Sep 8, 2005
1 parent 408865c commit 9b17e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/sn/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 9b17e7e

Please sign in to comment.