[PATCH v3 02/30] ARM: provide runtime hook for ioremap/iounmap

Arnd Bergmann arnd at arndb.de
Mon Mar 5 15:13:26 EST 2012


On Monday 05 March 2012, Nicolas Pitre wrote:
> Given that the majority of existing platforms don't need the 
> indirection, should we make this indirection conditional on 
> CONFIG_NEED_IOREMAP_HOOK and let those who need it select it?  Or maybe 
> this isn't performance critical and we just don't care?  In any case I'd 
> like to see such reasoning captured in the commit log.

It's certainly not performance critical, but there may be some space overhead
in the .text section of the kernel that we could avoid by adding another
indirection.

	Arnd



More information about the linux-arm-kernel mailing list