Re: [PATCH v7 01/10] arch/ia64: Define early_memunmap()

2014-07-07 Thread Matt Fleming
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

Re: [PATCH v7 01/10] arch/ia64: Define early_memunmap()

2014-07-07 Thread Matt Fleming
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

[PATCH v7 01/10] arch/ia64: Define early_memunmap()

2014-06-30 Thread Daniel Kiper
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

[PATCH v7 01/10] arch/ia64: Define early_memunmap()

2014-06-30 Thread Daniel Kiper
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