From: Michael S. Tsirkin Date: Thu, 24 Nov 2011 19:06:41 +0000 (+0200) Subject: powerpc: switch to GENERIC_PCI_IOMAP X-Git-Tag: v3.3-rc1~107^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=335b8cf7c383c5589d29addd7c4149741a4014b9;p=pandora-kernel.git powerpc: switch to GENERIC_PCI_IOMAP powerpc copied pci_iomap from generic code, probably to avoid pulling the rest of iomap.c in. Since that's in a separate file now, we can reuse the common implementation. The only difference is handling of nocache flag, that turns out to be done correctly by the generic code since arch/powerpc/include/asm/io.h defines ioremap_nocache same as ioremap. Signed-off-by: Michael S. Tsirkin --- Reading git-diff-tree failed