[SPARC64]: Fix boot failures due to bootmem.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 15 Oct 2007 23:43:19 +0000 (16:43 -0700)
committerDavid 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