summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-06-18 16:29:03 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-06-18 16:29:03 +0000
commit861b0ae69075aef86d67ea4eea962c08fbf0b4f6 (patch)
tree861608f3da782fc46a67847d37728f5d7640c793 /sys/sun4v
parent7a861d7b874b703b9267dacc508d1b8186a620de (diff)
downloadFreeBSD-src-861b0ae69075aef86d67ea4eea962c08fbf0b4f6.zip
FreeBSD-src-861b0ae69075aef86d67ea4eea962c08fbf0b4f6.tar.gz
Missed change to sun4v while adding iparent lookup to the OFW interrupt
map interface.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/hv_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/sun4v/hv_pci.c b/sys/sun4v/sun4v/hv_pci.c
index 204844a..6d691ba 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, &reg, 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)
OpenPOWER on IntegriCloud