]> git.baikalelectronics.ru Git - kernel.git/commit
mn10300: switch to GENERIC_PCI_IOMAP
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 1 Dec 2011 10:41:36 +0000 (12:41 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 4 Dec 2011 14:00:17 +0000 (16:00 +0200)
commit78b5bba41a03604b8e1457824843cdc2d8f1acd3
treeff3b52d4ab12ae907117d8d1064fab94acbc11e3
parent720a72d7f30a5346839caf63352c845c44749bd6
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>
arch/mn10300/Kconfig
arch/mn10300/include/asm/io.h
arch/mn10300/unit-asb2305/Makefile
arch/mn10300/unit-asb2305/pci-iomap.c [deleted file]