]> git.ozlabs.org Git - yaboot.git/commit
Allocate malloc region with prom_claim_chunk_top
authorAnton Blanchard <anton@samba.org>
Thu, 8 Jul 2010 19:03:41 +0000 (19:03 +0000)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 16 Jul 2010 05:51:57 +0000 (15:51 +1000)
commitb5f28817d6d68c2cb2a3e5eaefe4633b085557b6
tree4ee4e349661cec512b28c56f5bcc454fadebc0d3
parent86a488e2f3078a2a4e9942f1ec9d0fb1a3a632ad
Allocate malloc region with prom_claim_chunk_top

We want the kernel and initrd to be as low as possible in the
address space. Allocate the temporary malloc region at the top
of the address space.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Makefile
second/yaboot.c