use __USE for debug variable

This commit is contained in:
christos 2013-11-04 16:53:52 +00:00
parent c67ff701e3
commit 640f6a744a
1 changed files with 4 additions and 2 deletions

View File

@ -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*/
/*