summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/alpha/pci/pci_eb164_intr.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_eb164_intr.s b/sys/arch/alpha/pci/pci_eb164_intr.s
index fba7bf9fa37..2d81c16ea68 100644
--- a/sys/arch/alpha/pci/pci_eb164_intr.s
+++ b/sys/arch/alpha/pci/pci_eb164_intr.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_eb164_intr.s,v 1.2 1997/11/10 15:53:13 niklas Exp $ */
+/* $OpenBSD: pci_eb164_intr.s,v 1.3 2002/08/15 17:01:38 deraadt Exp $ */
/* $NetBSD: pci_eb164_intr.s,v 1.1 1996/11/25 03:47:07 cgd Exp $ */
/*
@@ -60,4 +60,4 @@ LEAF(eb164_intr_disable,1)
ldiq a0, 0x35
call_pal PAL_cserve
RET
- END(eb164_intr_enable)
+ END(eb164_intr_disable)