[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)
commit719023fb90009855c4515a16349fc6d0a2f93a74
tree771a4cfc914b85de5f095195f1a52ee920a35fd1
parent24f287e412ae90de8d281543c8b1043b6ed6c019
[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>
arch/sparc64/kernel/irq.c