Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756562Ab3G3SCg (ORCPT ); Tue, 30 Jul 2013 14:02:36 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:62499 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753675Ab3G3SCe (ORCPT ); Tue, 30 Jul 2013 14:02:34 -0400 Date: Tue, 30 Jul 2013 20:02:30 +0200 From: Leif Lindholm To: Tony Luck 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 Subject: Re: [PATCH 1/4] efi: provide a generic efi_config_init() Message-ID: <20130730180230.GJ18151@rocoto.smurfnet.nu> References: <1375202858-28470-1-git-send-email-leif.lindholm@linaro.org> <1375202858-28470-2-git-send-email-leif.lindholm@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 23 On Tue, Jul 30, 2013 at 10:53:10AM -0700, Tony Luck wrote: > On Tue, Jul 30, 2013 at 9:47 AM, Leif Lindholm wrote: > > + /* > > + * Let's see what config tables the firmware passed to us. > > + */ > > + config_tables = early_mememap(efi.systab->tables, > > + efi.systab->nr_tables * sz); > > Breaks bisection on ia64 ... you use early_mememap() here, but don't > define it on ia64 until patch 3/4. So I get: Ugh, OK. So I guess the clean way to deal with that would be to make the memremap definition a separate patch? / Leif -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/