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: v3.3-rc1~141^2~3^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=576d2f2525612ecb5af029a76f21f22a3b82563d;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 --- Reading git-diff-tree failed