diff options
author | 2014-06-30 19:52:55 +0200 | |
---|---|---|
committer | 2014-07-18 21:23:53 +0100 | |
commit | 4fa62481e231111373418f0d95dd1f24f6e83321 (patch) | |
tree | 14277cfafeb7511aac7d51eed805aa7dd06c012d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag (diff) | |
download | linux-dev-4fa62481e231111373418f0d95dd1f24f6e83321.tar.xz linux-dev-4fa62481e231111373418f0d95dd1f24f6e83321.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions