diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-11-09 17:01:21 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-11-09 17:01:21 +0000 |
commit | 82e691e49261ab45c6c0a84b5cc62d2488fba821 (patch) | |
tree | 49177f3eea6c517d690b0d75a4cef10abc7071c0 /sys | |
parent | 1fb63986e9cc4ecf9aeabc6a6be0e530384dd78c (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/alpha/pci/pci_eb164_intr.s | 2 |
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) |