summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/t2.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-09 17:53:23 +0000
committerjhb <jhb@FreeBSD.org>2001-02-09 17:53:23 +0000
commit4444722abea8ce2ec79adbb75aaac0d6e63bf8e0 (patch)
tree8109f2a5f60ddf0d2e21a8297fd682b60e0060c5 /sys/alpha/pci/t2.c
parent1667b748b0a4f26cef857dc41e601a34b06cb4b6 (diff)
downloadFreeBSD-src-4444722abea8ce2ec79adbb75aaac0d6e63bf8e0.zip
FreeBSD-src-4444722abea8ce2ec79adbb75aaac0d6e63bf8e0.tar.gz
Use the MI ithread helper functions in the alpha hardware interrupt code.
Diffstat (limited to 'sys/alpha/pci/t2.c')
-rw-r--r--sys/alpha/pci/t2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/alpha/pci/t2.c b/sys/alpha/pci/t2.c
index 0e3c2a0..e0fe4ac 100644
--- a/sys/alpha/pci/t2.c
+++ b/sys/alpha/pci/t2.c
@@ -666,9 +666,8 @@ t2_setup_intr(device_t dev, device_t child,
return error;
error = alpha_setup_intr(device_get_nameunit(child ? child : dev),
- vector, intr, arg, ithread_priority(flags), flags,
- cookiep, &intrcnt[irq->r_start],
- t2_disable_vec, t2_enable_vec);
+ vector, intr, arg, flags, cookiep,
+ &intrcnt[irq->r_start], t2_disable_vec, t2_enable_vec);
if (error)
return error;
OpenPOWER on IntegriCloud