diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-08 17:26:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-08 17:26:22 +0000 |
commit | 29f2db6cd8f9d203fb42e1e8da7bbb69e905d48f (patch) | |
tree | c5a70b23c3ca9846cf3bee24b4d6d190139f60fc /sys/arch | |
parent | f9b137bf2fd29c07cde0bba4cc9ff3713926504c (diff) |
Make END() symbols match corresponding LEAF() name.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/pci/pci_eb64plus_intr.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/pci_eb64plus_intr.s b/sys/arch/alpha/pci/pci_eb64plus_intr.s index f2489da474d..c0931de0cca 100644 --- a/sys/arch/alpha/pci/pci_eb64plus_intr.s +++ b/sys/arch/alpha/pci/pci_eb64plus_intr.s @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_eb64plus_intr.s,v 1.1 2002/01/23 03:20:41 ericj Exp $ */ +/* $OpenBSD: pci_eb64plus_intr.s,v 1.2 2003/01/08 17:26:21 miod Exp $ */ /* $NetBSD: pci_eb64plus_intr.s,v 1.2 1997/09/02 13:19:43 thorpej Exp $ */ /* @@ -59,4 +59,4 @@ LEAF(eb64plus_intr_disable,1) ldiq a0, 0x35 call_pal PAL_cserve RET - END(eb64plus_intr_enable) + END(eb64plus_intr_disable) |