On Wed, 08 Jan, at 02:50:53PM, Mark Salter wrote: > There are about a dozen places in the x86 EFI code which loop through > the EFI memory map descriptors. All of these places use essentially > the same for-loop code. This patch adds a for_each_efi_memory_desc() > helper to clean up all of the duplicate code and make it available > for other architectures to use. > > Signed-off-by: Mark Salter <msalter@xxxxxxxxxx> > --- > arch/x86/platform/efi/efi.c | 48 +++++++++++++----------------------------- > arch/x86/platform/efi/efi_64.c | 5 +---- > drivers/firmware/efi/efi.c | 5 ++--- > include/linux/efi.h | 6 ++++++ > 4 files changed, 24 insertions(+), 40 deletions(-) Thanks Mark, I like this. Applied. -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html