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-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html