[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130730180230.GJ18151@rocoto.smurfnet.nu>
Date: Tue, 30 Jul 2013 20:02:30 +0200
From: Leif Lindholm <leif.lindholm@...aro.org>
To: Tony Luck <tony.luck@...il.com>
Cc: "linux-efi@...r.kernel.org" <linux-efi@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"linux-ia64@...r.kernel.org" <linux-ia64@...r.kernel.org>,
Matt Fleming <matt.fleming@...el.com>,
"H. Peter Anvin" <hpa@...or.com>,
Thomas Gleixner <tglx@...utronix.de>, patches@...aro.org
Subject: Re: [PATCH 1/4] efi: provide a generic efi_config_init()
On Tue, Jul 30, 2013 at 10:53:10AM -0700, Tony Luck wrote:
> On Tue, Jul 30, 2013 at 9:47 AM, Leif Lindholm <leif.lindholm@...aro.org> 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@...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