diff options
Diffstat (limited to 'sys/alpha/pci')
-rw-r--r-- | sys/alpha/pci/pci_eb64plus_intr.s | 2 |
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) |