summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/grackle.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powermac/grackle.c')
-rw-r--r--sys/powerpc/powermac/grackle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c
index ee7fb38..d628914 100644
--- a/sys/powerpc/powermac/grackle.c
+++ b/sys/powerpc/powermac/grackle.c
@@ -353,7 +353,7 @@ grackle_route_interrupt(device_t bus, device_t dev, int pin)
if (ofw_bus_lookup_imap(ofw_bus_get_node(dev), &sc->sc_pci_iinfo, &reg,
sizeof(reg), &pintr, sizeof(pintr), &mintr, sizeof(mintr),
&iparent, maskbuf))
- return (INTR_VEC(iparent, mintr));
+ return (MAP_IRQ(iparent, mintr));
/* Maybe it's a real interrupt, not an intpin */
if (pin > 4)
OpenPOWER on IntegriCloud