commit | 34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 01 12:41:36 2011 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Sun Dec 04 16:00:17 2011 +0200 |
tree | ff3b52d4ab12ae907117d8d1064fab94acbc11e3 | |
parent | 2ebf5d0d79087005e1042df2cd0f7594782746d8 [diff] |
mn10300: switch to GENERIC_PCI_IOMAP The pci_iomap variant that arch/mn10300/unit-asb2305/pci-iomap.c uses differs from the generic one in that it does not use ioremap_nocache for PCI addresses. However, it turns out that PCI addresses are automatically noncached, so switching to ioremap_nocache and to the generic implementation is safe. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>