kernel-hacking-2024-linux-s.../arch/microblaze/pci
Michael S. Tsirkin 1b34d16073 microblaze: switch to GENERIC_PCI_IOMAP
microblaze 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.

The only difference is handling of nocache flag,
that turns out to be done correctly by the
generic code since arch/microblaze/include/asm/io.h
defines ioremap_nocache same as ioremap.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2011-11-28 21:13:10 +02:00
..
indirect_pci.c Fix common misspellings 2011-03-31 11:26:23 -03:00
iomap.c microblaze: switch to GENERIC_PCI_IOMAP 2011-11-28 21:13:10 +02:00
Makefile microblaze/pci: Move the remains of pci_32.c to pci-common.c 2011-06-08 09:08:38 +10:00
pci-common.c microblaze: Add export.h to arch/microblaze files as required 2011-10-31 19:31:06 -04:00
xilinx_pci.c