summaryrefslogtreecommitdiff
path: root/sys/alpha/isa/isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/isa/isa.c')
-rw-r--r--sys/alpha/isa/isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/isa/isa.c b/sys/alpha/isa/isa.c
index 96cfe1c933a9..961860c4c5ea 100644
--- a/sys/alpha/isa/isa.c
+++ b/sys/alpha/isa/isa.c
@@ -320,7 +320,7 @@ isa_setup_intr(device_t dev, device_t child,
error = alpha_setup_intr(
device_get_nameunit(child ? child : dev),
0x800 + (irq->r_start << 4), isa_handle_intr, ii,
- ithread_priority(flags), &ii->ih,
+ ithread_priority(flags), flags, &ii->ih,
&intrcnt[INTRCNT_ISA_IRQ + irq->r_start],
NULL, NULL);
if (error) {