]> git.proxmox.com Git - grub2.git/commitdiff
2007-02-21 Hollis Blanchard <hollis@penguinppc.org>
authorhollisb <hollisb@localhost>
Wed, 21 Feb 2007 23:25:09 +0000 (23:25 +0000)
committerhollisb <hollisb@localhost>
Wed, 21 Feb 2007 23:25:09 +0000 (23:25 +0000)
* kern/powerpc/ieee1275/init.c (HEAP_SIZE): Removed.
(HEAP_LIMIT): New macro.
(grub_claim_heap): Claim memory up to `heaplimit'.

ChangeLog

index 24e5db8cb5be3d5df5eed7476ed22f442d2f6a34..33623b836f4b64cb83ea820513bde82d8b934e66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
+
+       * kern/powerpc/ieee1275/init.c (HEAP_SIZE): Removed.
+       (HEAP_LIMIT): New macro.
+       (grub_claim_heap): Claim memory up to `heaplimit'.
+
 2007-02-21  Hollis Blanchard  <hollis@penguinppc.org>
 
        * conf/powerpc-ieee1275.rmk (kernel_elf_LDFLAGS): Link at 64KB.