Re: [PATCH v2 25/27] ia64: Use generic pci_mmap_resource_range()

2017-04-13 Thread David Woodhouse
On Wed, 2017-04-12 at 14:47 -0700, Tony Luck wrote: > On Wed, Apr 12, 2017 at 5:26 AM, David Woodhouse wrote: > > > > From: David Woodhouse > > > > Now that we eliminated the different behaviour in separately-reviewable > > commits, we can switch IA64 to the generic implementation. > > > > Sig

Re: [PATCH v2 25/27] ia64: Use generic pci_mmap_resource_range()

2017-04-12 Thread Thomas Gleixner
On Wed, 12 Apr 2017, Tony Luck wrote: > On Wed, Apr 12, 2017 at 5:26 AM, David Woodhouse wrote: > > From: David Woodhouse > > > > Now that we eliminated the different behaviour in separately-reviewable > > commits, we can switch IA64 to the generic implementation. > > > > Signed-off-by: David Wo

Re: [PATCH v2 25/27] ia64: Use generic pci_mmap_resource_range()

2017-04-12 Thread Tony Luck
On Wed, Apr 12, 2017 at 5:26 AM, David Woodhouse wrote: > From: David Woodhouse > > Now that we eliminated the different behaviour in separately-reviewable > commits, we can switch IA64 to the generic implementation. > > Signed-off-by: David Woodhouse Well it builds and boots on my last remaini

[PATCH v2 25/27] ia64: Use generic pci_mmap_resource_range()

2017-04-12 Thread David Woodhouse
From: David Woodhouse Now that we eliminated the different behaviour in separately-reviewable commits, we can switch IA64 to the generic implementation. Signed-off-by: David Woodhouse --- arch/ia64/include/asm/pci.h | 1 + arch/ia64/pci/pci.c | 30 -- 2 fil