From: Bjorn Helgaas Date: Wed, 17 Dec 2008 04:37:10 +0000 (-0700) Subject: PCI: mips: use generic INTx swizzle from PCI core X-Git-Tag: v2.6.29-rc1~181^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67eed58060ca2049fd59d35f426b6c7dbd51b20b;p=pandora-kernel.git PCI: mips: use generic INTx swizzle from PCI core Use the generic pci_common_swizzle() instead of arch-specific code. Note that pci_common_swizzle() loops based on dev->bus->self, not dev->bus->parent as the mips common_swizzle() did. I think they are equivalent for this purpose. Signed-off-by: Bjorn Helgaas Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed