git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31207da
)
powerpc: Allow mem=x cmdline to work with 4G+
author
Becky Bruce
<beckyb@kernel.crashing.org>
Fri, 8 May 2009 12:19:27 +0000
(12:19 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 15 May 2009 06:43:41 +0000
(16:43 +1000)
We're currently choking on mem=4g (and above) due to memory_limit
being specified as an unsigned long. Make memory_limit
phys_addr_t to fix this.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found