diff options
Diffstat (limited to 'drivers/parisc/iosapic.c')
-rw-r--r-- | drivers/parisc/iosapic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c index 9dedbbd218c3..0797659ee016 100644 --- a/drivers/parisc/iosapic.c +++ b/drivers/parisc/iosapic.c | |||
@@ -519,8 +519,7 @@ iosapic_xlate_pin(struct iosapic_info *isi, struct pci_dev *pcidev) | |||
519 | ** | 519 | ** |
520 | ** Advantage is it's really easy to implement. | 520 | ** Advantage is it's really easy to implement. |
521 | */ | 521 | */ |
522 | intr_pin = ((intr_pin-1)+PCI_SLOT(pcidev->devfn)) % 4; | 522 | intr_pin = pci_swizzle_interrupt_pin(pcidev, intr_pin); |
523 | intr_pin++; /* convert back to INTA-D (1-4) */ | ||
524 | #endif /* PCI_BRIDGE_FUNCS */ | 523 | #endif /* PCI_BRIDGE_FUNCS */ |
525 | 524 | ||
526 | /* | 525 | /* |