From: Daniel Kiper Date: Mon, 30 Jun 2014 17:52:55 +0000 (+0200) Subject: arch/ia64: Define early_memunmap() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~174^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fa62481e231111373418f0d95dd1f24f6e83321;p=pandora-kernel.git arch/ia64: Define early_memunmap() This is odd to use early_iounmap() function do tear down mapping created by early_memremap() function, even if it works right now, because they belong to different set of functions. The former is I/O related function and the later is memory related. So, create early_memunmap() macro which in real is early_iounmap(). This thing will help to not confuse code readers longer by mixing functions from different classes. EFI patches following this patch uses that functionality. Signed-off-by: Daniel Kiper Cc: Tony Luck Signed-off-by: Matt Fleming --- Reading git-diff-tree failed