From 861b0ae69075aef86d67ea4eea962c08fbf0b4f6 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Fri, 18 Jun 2010 16:29:03 +0000 Subject: [PATCH] Missed change to sun4v while adding iparent lookup to the OFW interrupt map interface. --- sys/sun4v/sun4v/hv_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sun4v/sun4v/hv_pci.c b/sys/sun4v/sun4v/hv_pci.c index 204844ad7c98..6d691ba83632 100644 --- a/sys/sun4v/sun4v/hv_pci.c +++ b/sys/sun4v/sun4v/hv_pci.c @@ -333,7 +333,7 @@ hvpci_route_interrupt(device_t bridge, device_t dev, int pin) node = ofw_bus_get_node(dev); pintr = pin; obli = ofw_bus_lookup_imap(node, &sc->hs_pci_iinfo, ®, sizeof(reg), - &pintr, sizeof(pintr), &mintr, sizeof(mintr), maskbuf); + &pintr, sizeof(pintr), &mintr, sizeof(mintr), NULL, maskbuf); device_printf(dev, "called hvpci_route_intr: %d, got: mintr: %#x\n", obli, mintr); if (obli)