]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: switch to GENERIC_PCI_IOMAP
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 24 Nov 2011 19:06:41 +0000 (21:06 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 28 Nov 2011 19:13:10 +0000 (21:13 +0200)
commitc923ee5d35b6fc84fd2d11171ab1f656cc0e1cec
treecb9c153a8bbb21c7e1491d433fe3d0be0f3399c3
parent090a9bc73062b1a72f6fe61bd76ddcfd65726f0e
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>
arch/microblaze/Kconfig
arch/microblaze/pci/iomap.c