summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-11-09 17:01:21 +0000
committermjacob <mjacob@FreeBSD.org>2000-11-09 17:01:21 +0000
commit82e691e49261ab45c6c0a84b5cc62d2488fba821 (patch)
tree49177f3eea6c517d690b0d75a4cef10abc7071c0 /sys/alpha/pci
parent1fb63986e9cc4ecf9aeabc6a6be0e530384dd78c (diff)
downloadFreeBSD-src-82e691e49261ab45c6c0a84b5cc62d2488fba821.zip
FreeBSD-src-82e691e49261ab45c6c0a84b5cc62d2488fba821.tar.gz
Fix typo in END macro (END'ed enable twice)
PR: 22713 Submitted by: Bernd Walter <ticso@cicely5.cicely.de>
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 13d1b2d..7121e44 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)
OpenPOWER on IntegriCloud