[PATCH 05/14] lib: Add I/O map cache implementation
Arnd Bergmann
arnd at arndb.de
Wed Jan 9 16:19:56 EST 2013
On Wednesday 09 January 2013, Thierry Reding wrote:
> The I/O map cache is used to map large regions of physical memory in
> smaller chunks to avoid running out of vmalloc()/ioremap() space.
>
> Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>
Can you explain why this is necessary and which problem it solves?
The implementation looks reasonable, but it's not clear to me if
we really need this new interface.
In what cases does it actually save ioremap space?
Arnd
More information about the linux-arm-kernel
mailing list