[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140113144030.GD3256@console-pimps.org>
Date: Mon, 13 Jan 2014 14:40:30 +0000
From: Matt Fleming <matt@...sole-pimps.org>
To: Mark Salter <msalter@...hat.com>
Cc: linux-kernel@...r.kernel.org, linux-efi@...r.kernel.org,
Matt Fleming <matt.fleming@...el.com>, x86@...nel.org,
leif.lindholm@...aro.org, Roy Franz <roy.franz@...aro.org>
Subject: Re: [PATCH] x86: efi: create memory map iteration helper
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@...hat.com>
> ---
> 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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists