Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/marvell Mark a diagnostic only variable



details:   https://anonhg.NetBSD.org/src/rev/cac41e887f65
branches:  trunk
changeset: 327568:cac41e887f65
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Mar 11 07:52:37 2014 +0000

description:
Mark a diagnostic only variable

diffstat:

 sys/arch/arm/marvell/kirkwood.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0a1ca7190329 -r cac41e887f65 sys/arch/arm/marvell/kirkwood.c
--- a/sys/arch/arm/marvell/kirkwood.c   Tue Mar 11 04:17:36 2014 +0000
+++ b/sys/arch/arm/marvell/kirkwood.c   Tue Mar 11 07:52:37 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kirkwood.c,v 1.8 2013/12/23 04:12:09 kiyohara Exp $    */
+/*     $NetBSD: kirkwood.c,v 1.9 2014/03/11 07:52:37 martin Exp $      */
 /*
  * Copyright (c) 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kirkwood.c,v 1.8 2013/12/23 04:12:09 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kirkwood.c,v 1.9 2014/03/11 07:52:37 martin Exp $");
 
 #define _INTR_PRIVATE
 
@@ -145,7 +145,7 @@
 kirkwood_intr_init(void)
 {
        extern struct pic_softc mvsoc_bridge_pic;
-       void *ih;
+       void *ih __diagused;
 
        pic_add(&kirkwood_pic, 0);
 



Home | Main Index | Thread Index | Old Index