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>
Showing
- arch/mn10300/Kconfig 1 addition, 0 deletionsarch/mn10300/Kconfig
- arch/mn10300/include/asm/io.h 0 additions, 1 deletionarch/mn10300/include/asm/io.h
- arch/mn10300/unit-asb2305/Makefile 1 addition, 1 deletionarch/mn10300/unit-asb2305/Makefile
- arch/mn10300/unit-asb2305/pci-iomap.c 0 additions, 31 deletionsarch/mn10300/unit-asb2305/pci-iomap.c
Please register or sign in to comment