From: Bjorn Helgaas Date: Wed, 17 Dec 2008 04:37:00 +0000 (-0700) Subject: PCI: alpha: use generic INTx swizzle from PCI core X-Git-Tag: v2.6.29-rc1~181^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e08601f7f9b497abcb383491058bfb9e1dc6ec9;p=pandora-kernel.git PCI: alpha: 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 alpha 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