2008-01-28 Robert Millan <rmh@aybabtu.com>

* include/grub/i386/linuxbios/kernel.h (GRUB_MOD_GAP): New macro.
        * kern/powerpc/ieee1275/init.c (grub_arch_modules_addr): Remove
        `ifndef GRUB_MOD_GAP' hack.
        * util/elf/grub-mkimage.c (add_segments): Likewise.
This commit is contained in:
robertmh 2008-01-28 16:58:13 +00:00
parent 962ca13330
commit 11cc30ac40
4 changed files with 12 additions and 12 deletions

View file

@ -242,10 +242,5 @@ grub_get_rtc (void)
grub_addr_t
grub_arch_modules_addr (void)
{
/* Only needed for Apple hardware (therefore, powerpc). */
#ifndef GRUB_MOD_GAP
#define GRUB_MOD_GAP 0
#endif
return ALIGN_UP(_end + GRUB_MOD_GAP, GRUB_MOD_ALIGN);
}