summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-06-14 19:33:16 +0000
committermjacob <mjacob@FreeBSD.org>2001-06-14 19:33:16 +0000
commit100cff1ed9ad45b6d76ef7323551146eeee77f8f (patch)
tree908d14a1f4b47441dacc623a35d72dab6f1ad8d0 /sys/alpha/pci
parentad5b20e6c17390019321e76bca0139c16de6c53b (diff)
downloadFreeBSD-src-100cff1ed9ad45b6d76ef7323551146eeee77f8f.zip
FreeBSD-src-100cff1ed9ad45b6d76ef7323551146eeee77f8f.tar.gz
Fix Assembler buglet: Warning: .end directive names different symbol than .ent
MFC after: 2 weeks
Diffstat (limited to 'sys/alpha/pci')
-rw-r--r--sys/alpha/pci/pci_eb64plus_intr.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/pci_eb64plus_intr.s b/sys/alpha/pci/pci_eb64plus_intr.s
index f568ff5..9e692239 100644
--- a/sys/alpha/pci/pci_eb64plus_intr.s
+++ b/sys/alpha/pci/pci_eb64plus_intr.s
@@ -61,4 +61,4 @@ LEAF(eb64plus_intr_disable,1)
ldiq a0, 0x35
call_pal PAL_cserve
RET
- END(eb64plus_intr_enable)
+ END(eb64plus_intr_disable)
OpenPOWER on IntegriCloud