Module Name:    src
Committed By:   christos
Date:           Mon Nov  4 16:53:52 UTC 2013

Modified Files:
        src/sys/dev/isa: uha_isa.c

Log Message:
use __USE for debug variable


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/isa/uha_isa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isa/uha_isa.c
diff -u src/sys/dev/isa/uha_isa.c:1.39 src/sys/dev/isa/uha_isa.c:1.40
--- src/sys/dev/isa/uha_isa.c:1.39	Sat Oct 27 13:18:25 2012
+++ src/sys/dev/isa/uha_isa.c	Mon Nov  4 11:53:52 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: uha_isa.c,v 1.39 2012/10/27 17:18:25 chs Exp $	*/
+/*	$NetBSD: uha_isa.c,v 1.40 2013/11/04 16:53:52 christos Exp $	*/
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uha_isa.c,v 1.39 2012/10/27 17:18:25 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uha_isa.c,v 1.40 2013/11/04 16:53:52 christos Exp $");
 
 #include "opt_ddb.h"
 
@@ -363,6 +363,8 @@ u14_intr(void *arg)
 
 #ifdef	UHADEBUG
 		printf("status = 0x%x ", uhastat);
+#else
+		__USE(uhastat);
 #endif /*UHADEBUG*/
 
 		/*

Reply via email to