From: Michael S. Tsirkin Date: Thu, 24 Nov 2011 19:06:41 +0000 (+0200) Subject: microblaze: switch to GENERIC_PCI_IOMAP X-Git-Tag: v3.3-rc1~107^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b34d16073430671513b5231fb81cbe725b1a0de;p=pandora-kernel.git microblaze: switch to GENERIC_PCI_IOMAP microblaze 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/microblaze/include/asm/io.h defines ioremap_nocache same as ioremap. Signed-off-by: Michael S. Tsirkin --- Reading git-diff-tree failed