From: Michael S. Tsirkin Date: Thu, 1 Dec 2011 10:41:36 +0000 (+0200) Subject: mn10300: switch to GENERIC_PCI_IOMAP X-Git-Tag: v3.3-rc1~107^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed