commit | 719023fb90009855c4515a16349fc6d0a2f93a74 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Oct 15 16:43:19 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 17 16:25:00 2007 -0700 |
tree | 771a4cfc914b85de5f095195f1a52ee920a35fd1 | |
parent | 24f287e412ae90de8d281543c8b1043b6ed6c019 [diff] |
[SPARC64]: Fix boot failures due to bootmem. 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>