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 Tweak boilerplate to kill assembler warni...



details:   https://anonhg.NetBSD.org/src/rev/a82df5a17737
branches:  trunk
changeset: 521108:a82df5a17737
user:      ross <ross%NetBSD.org@localhost>
date:      Wed Jan 23 21:33:19 2002 +0000

description:
Tweak boilerplate to kill assembler warning (netbsd pr alpha/15119)

diffstat:

 sys/arch/alpha/pci/pci_eb164_intr.s |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 2d1956ce503f -r a82df5a17737 sys/arch/alpha/pci/pci_eb164_intr.s
--- a/sys/arch/alpha/pci/pci_eb164_intr.s       Wed Jan 23 21:10:00 2002 +0000
+++ b/sys/arch/alpha/pci/pci_eb164_intr.s       Wed Jan 23 21:33:19 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_eb164_intr.s,v 1.5 1997/09/02 13:19:42 thorpej Exp $ */
+/* $NetBSD: pci_eb164_intr.s,v 1.6 2002/01/23 21:33:19 ross Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -45,7 +45,7 @@
 
 #include <machine/asm.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pci_eb164_intr.s,v 1.5 1997/09/02 13:19:42 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_eb164_intr.s,v 1.6 2002/01/23 21:33:19 ross Exp $");
 
        .text
 LEAF(eb164_intr_enable,1)
@@ -61,4 +61,4 @@
        ldiq    a0, 0x35
        call_pal PAL_cserve
        RET
-       END(eb164_intr_enable)
+       END(eb164_intr_disable)



Home | Main Index | Thread Index | Old Index