From d69fc9502de8f78c88e6c4dc58e44d3ee4f2b927 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 18 Sep 2008 15:15:42 +0000 Subject: Catch up with intr_event_create() API changes. --- sys/mips/malta/gt_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/mips') diff --git a/sys/mips/malta/gt_pci.c b/sys/mips/malta/gt_pci.c index b6fc3d1..c999590 100644 --- a/sys/mips/malta/gt_pci.c +++ b/sys/mips/malta/gt_pci.c @@ -657,7 +657,7 @@ gt_pci_setup_intr(device_t dev, device_t child, struct resource *ires, event = sc->sc_eventstab[irq]; if (event == NULL) { - error = intr_event_create(&event, (void *)irq, 0, + error = intr_event_create(&event, (void *)irq, 0, 0, (mask_fn)mips_mask_irq, (mask_fn)mips_unmask_irq, (mask_fn)mips_unmask_irq, NULL, "gt_pci intr%d:", irq); if (error) -- cgit v1.1