diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-11-01 18:40:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-11-01 18:40:42 +0000 |
| commit | a07b7a4e35961568ee9d808340be3a59784daafa (patch) | |
| tree | 1ccca4b92a84fd36431f7e7ebda4cfdd425e38b4 /sys/alpha/pci/tsunami.c | |
| parent | 90652ed180680b398b6316833d1e912055ce9f1b (diff) | |
Notes
Diffstat (limited to 'sys/alpha/pci/tsunami.c')
| -rw-r--r-- | sys/alpha/pci/tsunami.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c index f2ef20ffaf64..c07200ab3515 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) |
