Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 #include "opt_lockdebug.h"



details:   https://anonhg.NetBSD.org/src/rev/03382136b7f0
branches:  trunk
changeset: 760028:03382136b7f0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Dec 24 16:03:54 2010 +0000

description:
#include "opt_lockdebug.h"

diffstat:

 sys/arch/hp700/hp700/intr.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r e39b1d20944a -r 03382136b7f0 sys/arch/hp700/hp700/intr.c
--- a/sys/arch/hp700/hp700/intr.c       Fri Dec 24 16:00:13 2010 +0000
+++ b/sys/arch/hp700/hp700/intr.c       Fri Dec 24 16:03:54 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.31 2010/12/20 00:25:33 matt Exp $   */
+/*     $NetBSD: intr.c,v 1.32 2010/12/24 16:03:54 skrll Exp $  */
 /*     $OpenBSD: intr.c,v 1.27 2009/12/31 12:52:35 jsing Exp $ */
 
 /*
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.31 2010/12/20 00:25:33 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.32 2010/12/24 16:03:54 skrll Exp $");
 
 #define __MUTEX_PRIVATE
 
@@ -55,6 +55,10 @@
 
 #include <machine/mutex.h>
 
+#if defined(_KERNEL_OPT)
+#include "opt_lockdebug.h"
+#endif
+
 /* The priority level masks. */
 int imask[NIPL];
 



Home | Main Index | Thread Index | Old Index