summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/tsunami.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-01 18:40:42 +0000
committerjhb <jhb@FreeBSD.org>2000-11-01 18:40:42 +0000
commitaf87892726ba369e11d02a86ed44830c739cd311 (patch)
tree9d48ecf3c82adba880b0621b953ed221cc657eb6 /sys/alpha/pci/tsunami.c
parent9b0a561703be32661910f94cd90c9a84cac698c2 (diff)
downloadFreeBSD-src-af87892726ba369e11d02a86ed44830c739cd311.zip
FreeBSD-src-af87892726ba369e11d02a86ed44830c739cd311.tar.gz
Pass in the new-bus flags to alpha_setup_intr().
Diffstat (limited to 'sys/alpha/pci/tsunami.c')
-rw-r--r--sys/alpha/pci/tsunami.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c
index f2ef20f..c07200a 100644
--- a/sys/alpha/pci/tsunami.c
+++ b/sys/alpha/pci/tsunami.c
@@ -331,7 +331,7 @@ tsunami_setup_intr(device_t dev, device_t child,
error = alpha_setup_intr(device_get_nameunit(child ? child : dev),
0x900 + (irq->r_start << 4), intr, arg,
- ithread_priority(flags), cookiep,
+ ithread_priority(flags), flags, cookiep,
&intrcnt[INTRCNT_EB164_IRQ + irq->r_start],
tsunami_disable_intr_vec, tsunami_enable_intr_vec);
if (error)
OpenPOWER on IntegriCloud