Fix FTBFS on mips and ppc
This commit is contained in:
parent
1e95b56e59
commit
123f9c50eb
5 changed files with 10 additions and 3 deletions
|
@ -1409,6 +1409,9 @@ grub_relocator_alloc_chunk_align (struct grub_relocator *rel,
|
|||
|
||||
#ifdef GRUB_MACHINE_EFI
|
||||
grub_efi_mmap_iterate (hook, avoid_efi_boot_services);
|
||||
#elif defined (__powerpc__)
|
||||
(void) avoid_efi_boot_services;
|
||||
grub_machine_mmap_iterate (hook);
|
||||
#else
|
||||
(void) avoid_efi_boot_services;
|
||||
grub_mmap_iterate (hook);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue