grub/grub-core/loader/ia64
Vladimir Serbinenko 6825a1d3f1 Remove grub_efi_allocate_pages.
grub_efi_allocate_pages Essentially does 2 unrelated things:
* Allocate at fixed address.
* Allocate at any address.

To switch between 2 different functions it uses address == 0 as magic
value which is wrong as 0 is a perfectly valid fixed adress to allocate at.
2020-09-21 12:02:37 -04:00
..
efi Remove grub_efi_allocate_pages. 2020-09-21 12:02:37 -04:00