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