Re: [PATCH v2 1/5] ia64: add early_memremap() alias for early_ioremap()

From: Tony Luck
Date: Mon Aug 05 2013 - 12:10:29 EST


On Mon, Aug 5, 2013 at 3:56 AM, Matt Fleming <matt@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxx>

[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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/