Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/landisk/landisk s/__diagused/__debugused/ for varia...



details:   https://anonhg.NetBSD.org/src/rev/dc9270623161
branches:  trunk
changeset: 332999:dc9270623161
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Oct 13 22:24:43 2014 +0000

description:
s/__diagused/__debugused/ for variables used in KDASSERT().

diffstat:

 sys/arch/landisk/landisk/intr.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e520c5a7e5e0 -r dc9270623161 sys/arch/landisk/landisk/intr.c
--- a/sys/arch/landisk/landisk/intr.c   Mon Oct 13 19:04:17 2014 +0000
+++ b/sys/arch/landisk/landisk/intr.c   Mon Oct 13 22:24:43 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.6 2013/12/16 15:44:41 mrg Exp $     */
+/*     $NetBSD: intr.c,v 1.7 2014/10/13 22:24:43 uwe Exp $     */
 
 /*-
  * Copyright (C) 2005 NONAKA Kimihiro <nonaka%netbsd.org@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.6 2013/12/16 15:44:41 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.7 2014/10/13 22:24:43 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -252,7 +252,7 @@
 extintr_enable(void *aux)
 {
        struct intrhand *ih = aux;
-       struct intrhand *p, *q __diagused;
+       struct intrhand *p, *q __debugused;
        struct extintr_handler *eih;
        int irq;
        int cnt;
@@ -288,7 +288,7 @@
 extintr_disable(void *aux)
 {
        struct intrhand *ih = aux;
-       struct intrhand *p, *q __diagused;
+       struct intrhand *p, *q __debugused;
        struct extintr_handler *eih;
        int irq;
        int cnt;



Home | Main Index | Thread Index | Old Index