]> git.baikalelectronics.ru Git - kernel.git/commit
arch/ia64: Define early_memunmap()
authorDaniel Kiper <daniel.kiper@oracle.com>
Mon, 30 Jun 2014 17:52:55 +0000 (19:52 +0200)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 18 Jul 2014 20:23:53 +0000 (21:23 +0100)
commit203bebb40dbb8d8299b164c878a0f471dd600b94
tree14277cfafeb7511aac7d51eed805aa7dd06c012d
parente0d670a103e34931a25610c364f0d1ac7d10bbc8
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 <daniel.kiper@oracle.com>
Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/ia64/include/asm/io.h