diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-30 20:16:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-30 20:16:32 +0000 |
commit | d60f5ac2a05c7298351eb975037920c7eda79580 (patch) | |
tree | fe3bdde4e5f31fbf15c200201d73644133e4153e /sys/arch/alpha/pci/pci_eb164.c | |
parent | b5b1b4323c189d6ba70ad96398d88bae0d54647f (diff) |
Remove unused last argument of alpha_shared_intr_disestablish().
Diffstat (limited to 'sys/arch/alpha/pci/pci_eb164.c')
-rw-r--r-- | sys/arch/alpha/pci/pci_eb164.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/alpha/pci/pci_eb164.c b/sys/arch/alpha/pci/pci_eb164.c index 89b7b325722..89e4a1b9d68 100644 --- a/sys/arch/alpha/pci/pci_eb164.c +++ b/sys/arch/alpha/pci/pci_eb164.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_eb164.c,v 1.23 2009/08/22 02:54:50 mk Exp $ */ +/* $OpenBSD: pci_eb164.c,v 1.24 2009/09/30 20:16:30 miod Exp $ */ /* $NetBSD: pci_eb164.c,v 1.27 2000/06/06 00:50:15 thorpej Exp $ */ /*- @@ -293,8 +293,7 @@ dec_eb164_intr_disestablish(ccv, cookie) s = splhigh(); - alpha_shared_intr_disestablish(eb164_pci_intr, cookie, - "eb164 irq"); + alpha_shared_intr_disestablish(eb164_pci_intr, cookie); if (alpha_shared_intr_isactive(eb164_pci_intr, irq) == 0) { eb164_intr_disable(irq); alpha_shared_intr_set_dfltsharetype(eb164_pci_intr, irq, |