[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/5] i386/relocator: Remove unused avoid_efi_bootservices arg
From: |
Andrei Borzenkov |
Subject: |
Re: [PATCH 3/5] i386/relocator: Remove unused avoid_efi_bootservices argument |
Date: |
Sat, 30 May 2015 08:25:42 +0300 |
В Fri, 29 May 2015 22:58:43 +0200
Daniel Kiper <address@hidden> пишет:
> Another questions is why grub_relocator_alloc_chunk_addr() does not consult
> EFI
> memory map if grub_relocator_alloc_chunk_align() does. Should not we fix it?
My best guess is that grub_relocator_alloc_chunk_addr() gets target
from elsewhere so there is nothing to consult (it is caller
responsibility); while grub_relocator_alloc_chunk_align() needs to
actually search for suitable memory region.