Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/pci fix wrong asm .end names which caused ass...



details:   https://anonhg.NetBSD.org/src/rev/78859672cd6d
branches:  trunk
changeset: 569951:78859672cd6d
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Sep 14 11:27:22 2004 +0000

description:
fix wrong asm .end names which caused assembler warnings,
from Nicolas Joly per PR port-alpha/26945

diffstat:

 sys/arch/alpha/pci/pci_eb64plus_intr.s |  6 +++---
 sys/arch/alpha/pci/pci_eb66_intr.s     |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 9c5ea4d24f7f -r 78859672cd6d sys/arch/alpha/pci/pci_eb64plus_intr.s
--- a/sys/arch/alpha/pci/pci_eb64plus_intr.s    Tue Sep 14 10:58:45 2004 +0000
+++ b/sys/arch/alpha/pci/pci_eb64plus_intr.s    Tue Sep 14 11:27:22 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_eb64plus_intr.s,v 1.2 1997/09/02 13:19:43 thorpej Exp $ */
+/* $NetBSD: pci_eb64plus_intr.s,v 1.3 2004/09/14 11:27:22 drochner Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -44,7 +44,7 @@
 
 #include <machine/asm.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pci_eb64plus_intr.s,v 1.2 1997/09/02 13:19:43 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_eb64plus_intr.s,v 1.3 2004/09/14 11:27:22 drochner Exp $");
 
        .text
 LEAF(eb64plus_intr_enable,1)
@@ -60,4 +60,4 @@
        ldiq    a0, 0x35
        call_pal PAL_cserve
        RET
-       END(eb64plus_intr_enable)
+       END(eb64plus_intr_disable)
diff -r 9c5ea4d24f7f -r 78859672cd6d sys/arch/alpha/pci/pci_eb66_intr.s
--- a/sys/arch/alpha/pci/pci_eb66_intr.s        Tue Sep 14 10:58:45 2004 +0000
+++ b/sys/arch/alpha/pci/pci_eb66_intr.s        Tue Sep 14 11:27:22 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_eb66_intr.s,v 1.1 1998/06/27 10:10:51 thorpej Exp $ */
+/* $NetBSD: pci_eb66_intr.s,v 1.2 2004/09/14 11:27:22 drochner Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -44,7 +44,7 @@
 
 #include <machine/asm.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pci_eb66_intr.s,v 1.1 1998/06/27 10:10:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_eb66_intr.s,v 1.2 2004/09/14 11:27:22 drochner Exp $");
 
        .text
 LEAF(eb66_intr_enable,1)
@@ -60,4 +60,4 @@
        ldiq    a0, 0x35
        call_pal PAL_cserve
        RET
-       END(eb66_intr_enable)
+       END(eb66_intr_disable)



Home | Main Index | Thread Index | Old Index