On Mon, 30 Jun, at 07:52:55PM, Daniel Kiper wrote:
> 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.ki...@oracle.com>
> ---
>  arch/ia64/include/asm/io.h |    1 +
>  1 file changed, 1 insertion(+)

Tony, this looks pretty straight forward but I'd be much obliged if you
could give me an Acked-by.

-- 
Matt Fleming, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to