[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+8MBbJwU-Wc7eHG9bqqWenkSzsv9pV5DXaU_mLkdhja1vF34g@mail.gmail.com>
Date: Mon, 5 Aug 2013 09:10:19 -0700
From: Tony Luck <tony.luck@...il.com>
To: Matt Fleming <matt@...sole-pimps.org>
Cc: Leif Lindholm <leif.lindholm@...aro.org>,
"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>, patches@...aro.org
Subject: Re: [PATCH v2 1/5] ia64: add early_memremap() alias for early_ioremap()
On Mon, Aug 5, 2013 at 3:56 AM, Matt Fleming <matt@...sole-pimps.org> wrote:
>> @@ -424,6 +424,7 @@ extern void __iomem * ioremap(unsigned long offset, unsigned long size);
>> extern void __iomem * ioremap_nocache (unsigned long offset, unsigned long size);
>> extern void iounmap (volatile void __iomem *addr);
>> extern void __iomem * early_ioremap (unsigned long phys_addr, unsigned long size);
>> +#define early_memremap(phys_addr, size) early_ioremap(phys_addr, size)
>> extern void early_iounmap (volatile void __iomem *addr, unsigned long size);
>> static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size)
>
> Tony, can I get your Acked-by for this?
Acked-by: Tony Luck <tony.luck@...el.com>
[Cut & paste this ack to other parts of the series that touch ia64]
-Tony
--
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