projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408865c
)
[IA64] Increase max physical address for SN platforms
author
Jack Steiner
<steiner@sgi.com>
Thu, 8 Sep 2005 20:28:28 +0000
(15:28 -0500)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 8 Sep 2005 20:53:38 +0000
(13:53 -0700)
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>
arch/ia64/sn/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/ia64/sn/kernel/setup.c
b/arch/ia64/sn/kernel/setup.c
index
a594aca
..
14908ad
100644
(file)
--- 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];