* Catalin Marinas <catalin.mari...@arm.com> [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 <t...@atomide.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/