aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/pci
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-11-09 17:01:21 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-11-09 17:01:21 +0000
commit259515a1ec74abf55043550dc3e64e911bf11f4f (patch)
treee539ebae80d401266d68e40edd49b5df69459732 /sys/alpha/pci
parent7472e0946881d131b8b7c76d80463579034c09a8 (diff)
downloadsrc-259515a1ec74abf55043550dc3e64e911bf11f4f.tar.gz
src-259515a1ec74abf55043550dc3e64e911bf11f4f.zip
Fix typo in END macro (END'ed enable twice)
PR: 22713 Submitted by: Bernd Walter <ticso@cicely5.cicely.de>
Notes
Notes: svn path=/head/; revision=68529
Diffstat (limited to 'sys/alpha/pci')
-rw-r--r--sys/alpha/pci/pci_eb164_intr.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/pci_eb164_intr.s b/sys/alpha/pci/pci_eb164_intr.s
index 13d1b2d4e257..7121e44f9f7a 100644
--- a/sys/alpha/pci/pci_eb164_intr.s
+++ b/sys/alpha/pci/pci_eb164_intr.s
@@ -62,4 +62,4 @@ LEAF(eb164_intr_disable,1)
ldiq a0, 0x35
call_pal PAL_cserve
RET
- END(eb164_intr_enable)
+ END(eb164_intr_disable)