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:
24f287e
)
[SPARC64]: Fix boot failures due to bootmem.
author
David S. Miller
<davem@sunset.davemloft.net>
Mon, 15 Oct 2007 23:43:19 +0000
(16:43 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 17 Oct 2007 23:25:00 +0000
(16:25 -0700)
Do not use *alloc_bootmem_low*(), because ARCH_LOW_ADDRESS_LIMIT
is 4GB and this results in boot failures if all of the physical
memory in the machine is above 4GB.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found