Re: [PATCH-RFC 06/10] mips: switch to GENERIC_PCI_IOMAP

2012-01-29 Thread Michael S. Tsirkin
On Sat, Jan 28, 2012 at 02:38:10PM -0800, Kevin Cernekee wrote: > On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin wrote: > > mips copied pci_iomap from generic code, probably to avoid > > pulling the rest of iomap.c in.  Since that's in > > a separate file now, we can reuse the common impleme

Re: [PATCH-RFC 06/10] mips: switch to GENERIC_PCI_IOMAP

2012-01-29 Thread Kevin Cernekee
On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin wrote: > mips copied pci_iomap from generic code, probably to avoid > pulling the rest of iomap.c in.  Since that's in > a separate file now, we can reuse the common implementation. [snip] > -       if (flags & IORESOURCE_IO) > -              

[PATCH-RFC 06/10] mips: switch to GENERIC_PCI_IOMAP

2011-11-24 Thread Michael S. Tsirkin
mips copied pci_iomap from generic code, probably to avoid pulling the rest of iomap.c in. Since that's in a separate file now, we can reuse the common implementation. Signed-off-by: Michael S. Tsirkin --- arch/mips/Kconfig |1 + arch/mips/lib/iomap-pci.c | 26