RE: [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()

2014-06-24 Thread Luck, Tony
> I am CC'ing IA-64 guys. The *_unmap() functions are no-op on ia64 - because we have mappings for everything all the time - the *_map() functions just need to compute the proper address to use to get the right attributes (so we don't mix and match cacheable and uncachable access to the same

RE: [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()

2014-06-24 Thread Luck, Tony
I am CC'ing IA-64 guys. The *_unmap() functions are no-op on ia64 - because we have mappings for everything all the time - the *_map() functions just need to compute the proper address to use to get the right attributes (so we don't mix and match cacheable and uncachable access to the same

Re: [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()

2014-06-23 Thread Daniel Kiper
I am CC'ing IA-64 guys. On Mon, Jun 23, 2014 at 08:19:00AM +0100, Jan Beulich wrote: > >>> On 20.06.14 at 23:29, wrote: > > --- a/drivers/firmware/efi/efi.c > > +++ b/drivers/firmware/efi/efi.c > > @@ -298,7 +298,7 @@ int __init efi_config_init(efi_config_table_type_t > > *arch_tables) > >

Re: [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()

2014-06-23 Thread Jan Beulich
>>> On 20.06.14 at 23:29, wrote: > --- a/drivers/firmware/efi/efi.c > +++ b/drivers/firmware/efi/efi.c > @@ -298,7 +298,7 @@ int __init efi_config_init(efi_config_table_type_t > *arch_tables) > if (table64 >> 32) { > pr_cont("\n"); >

Re: [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()

2014-06-23 Thread Daniel Kiper
I am CC'ing IA-64 guys. On Mon, Jun 23, 2014 at 08:19:00AM +0100, Jan Beulich wrote: On 20.06.14 at 23:29, daniel.ki...@oracle.com wrote: --- a/drivers/firmware/efi/efi.c +++ b/drivers/firmware/efi/efi.c @@ -298,7 +298,7 @@ int __init efi_config_init(efi_config_table_type_t

Re: [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()

2014-06-23 Thread Jan Beulich
On 20.06.14 at 23:29, daniel.ki...@oracle.com wrote: --- a/drivers/firmware/efi/efi.c +++ b/drivers/firmware/efi/efi.c @@ -298,7 +298,7 @@ int __init efi_config_init(efi_config_table_type_t *arch_tables) if (table64 32) { pr_cont(\n);