From: Laura Abbott Date: Fri, 21 Nov 2014 21:50:42 +0000 (+0000) Subject: arm64: Factor out fixmap initialization from ioremap X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af86e5974d3069bd26ebcf7c046c6e59726acaaa;p=pandora-kernel.git arm64: Factor out fixmap initialization from ioremap The fixmap API was originally added for arm64 for early_ioremap purposes. It can be used for other purposes too so move the initialization from ioremap to somewhere more generic. This makes it obvious where the fixmap is being set up and allows for a cleaner implementation of __set_fixmap. Reviewed-by: Kees Cook Acked-by: Mark Rutland Tested-by: Mark Rutland Tested-by: Kees Cook Signed-off-by: Laura Abbott Signed-off-by: Will Deacon --- Reading git-diff-tree failed