From: Nicolas Pitre Date: Fri, 16 Sep 2011 05:14:23 +0000 (-0400) Subject: ARM: add generic ioremap optimization by reusing static mappings X-Git-Tag: sz_161~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96ba2d6d4a85e5e1eac64d68dee80beeff33a51;p=pandora-kernel.git ARM: add generic ioremap optimization by reusing static mappings Now that we have all the static mappings from iotable_init() located in the vmalloc area, it is trivial to optimize ioremap by reusing those static mappings when the requested physical area fits in one of them, and so in a generic way for all platforms. Signed-off-by: Nicolas Pitre Tested-by: Stephen Warren Tested-by: Kevin Hilman Tested-by: Jamie Iles Conflicts: arch/arm/mm/ioremap.c --- Reading git-diff-tree failed