Re: [PATCH v2 1/2] efi: Iterate over efi.memmap in for_each_efi_memory_desc

2016-04-14 Thread Ard Biesheuvel
On 14 April 2016 at 14:13, Matt Fleming wrote: > Most of the users of for_each_efi_memory_desc() are equally happy > iterating over the EFI memory map in efi.memmap instead of 'memmap', > since the former is usually a pointer to the later. > s/later/latter/ > For those users that want to specify

[PATCH v2 1/2] efi: Iterate over efi.memmap in for_each_efi_memory_desc

2016-04-14 Thread Matt Fleming
Most of the users of for_each_efi_memory_desc() are equally happy iterating over the EFI memory map in efi.memmap instead of 'memmap', since the former is usually a pointer to the later. For those users that want to specify an EFI memory map other than efi.memmap, that can be done using for_each_e