From: David S. Miller Date: Wed, 9 May 2007 09:35:27 +0000 (-0700) Subject: [SPARC64] PCI: Consolidate PCI access code into pci_common.c X-Git-Tag: v2.6.22-rc1~109^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3dd88e411648c76e1911a729440e3763ba5049;p=pandora-kernel.git [SPARC64] PCI: Consolidate PCI access code into pci_common.c All the sun4u controllers do the same thing to compute the physical I/O address to poke, and we can move the sun4v code into this common location too. This one needs a bit of testing, in particular the Sabre code had some funny stuff that would break up u16 and/or u32 accesses into pieces and I didn't think that was needed any more. If it is we need to find out why and add back code to do it again. Signed-off-by: David S. Miller --- Reading git-diff-tree failed