* Catalin Marinas <catalin.marinas@xxxxxxx> [120814 11:05]: > --- /dev/null > +++ b/arch/arm64/mm/ioremap.c > + > +void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot) > +{ > + return __ioremap_caller(phys_addr, size, prot, > + __builtin_return_address(0)); > +} > +EXPORT_SYMBOL(__ioremap); >From SoC point of view, we're probably going to need __ioremap_exec() here too for programming clocks during runtime in SRAM etc. But that can be added later as needed. Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html