summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/apecs.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/apecs.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/apecs.c')
-rw-r--r--sys/alpha/pci/apecs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c
index 8721e33..d67f7db 100644
--- a/sys/alpha/pci/apecs.c
+++ b/sys/alpha/pci/apecs.c
@@ -370,8 +370,7 @@ apecs_setup_intr(device_t dev, device_t child,
return error;
error = alpha_setup_intr(device_get_nameunit(child ? child : dev),
- 0x900 + (irq->r_start << 4), intr, arg,
- ithread_priority(flags), flags, cookiep,
+ 0x900 + (irq->r_start << 4), intr, arg, flags, cookiep,
&intrcnt[INTRCNT_EB64PLUS_IRQ + irq->r_start],
apecs_disable_intr, apecs_enable_intr);
if (error)
OpenPOWER on IntegriCloud