commit | d398a2f52049dceb07e18485acf28f93f4607ce7 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 01 12:41:36 2011 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 01 13:32:46 2011 +0200 |
tree | a06cc576533a730f079c0cd7cbc551e2a34235dd | |
parent | 0ff6cad4795fcfdff77359e92886f179cf2e82f8 [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>