Skip to content
Commit 34f1bdee authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

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: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 2ebf5d0d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment