summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw/ofw_pcib_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/ofw/ofw_pcib_pci.c')
-rw-r--r--sys/powerpc/ofw/ofw_pcib_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c
index daf867f..22554df 100644
--- a/sys/powerpc/ofw/ofw_pcib_pci.c
+++ b/sys/powerpc/ofw/ofw_pcib_pci.c
@@ -171,7 +171,7 @@ ofw_pcib_pci_route_interrupt(device_t bridge, device_t dev, int intpin)
* it again on higher levels - that causes problems
* in some cases, and never seems to be required.
*/
- return (INTR_VEC(iparent, mintr));
+ return (MAP_IRQ(iparent, mintr));
}
} else if (intpin >= 1 && intpin <= 4) {
/*
OpenPOWER on IntegriCloud