summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/apecs.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/apecs.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/apecs.c')
-rw-r--r--sys/alpha/pci/apecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c
index ddd129a..8721e33 100644
--- a/sys/alpha/pci/apecs.c
+++ b/sys/alpha/pci/apecs.c
@@ -371,7 +371,7 @@ apecs_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_EB64PLUS_IRQ + irq->r_start],
apecs_disable_intr, apecs_enable_intr);
if (error)
OpenPOWER on IntegriCloud