From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Luck Date: Tue, 30 Jul 2013 18:14:51 +0000 Subject: Re: [PATCH 1/4] efi: provide a generic efi_config_init() Message-Id: List-Id: References: <1375202858-28470-1-git-send-email-leif.lindholm@linaro.org> <1375202858-28470-2-git-send-email-leif.lindholm@linaro.org> <20130730180230.GJ18151@rocoto.smurfnet.nu> In-Reply-To: <20130730180230.GJ18151@rocoto.smurfnet.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Leif Lindholm Cc: "linux-efi@vger.kernel.org" , Linux Kernel Mailing List , "linux-ia64@vger.kernel.org" , Matt Fleming , "H. Peter Anvin" , Thomas Gleixner , patches@linaro.org On Tue, Jul 30, 2013 at 11:02 AM, Leif Lindholm wrote: > So I guess the clean way to deal with that would be to make the > memremap definition a separate patch? Or just pull: +#define early_memremap(phys_addr, size) early_ioremap(phys_addr, size) out of part 3 and put it into part1 (along with some of the commit commentary). -Tony