Module Name:    src
Committed By:   mrg
Date:           Thu Dec  3 05:06:17 UTC 2009

Modified Files:
        src/sys/arch/sparc64/sparc64: intr.c

Log Message:
s/DEBUG/NOT_DEBUG/ on the intr_establish() re-used message.
it triggers all the time on more-modern systems.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/sparc64/sparc64/intr.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/arch/sparc64/sparc64/intr.c
diff -u src/sys/arch/sparc64/sparc64/intr.c:1.61 src/sys/arch/sparc64/sparc64/intr.c:1.62
--- src/sys/arch/sparc64/sparc64/intr.c:1.61	Tue Dec 16 22:35:27 2008
+++ src/sys/arch/sparc64/sparc64/intr.c	Thu Dec  3 05:06:16 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: intr.c,v 1.61 2008/12/16 22:35:27 christos Exp $ */
+/*	$NetBSD: intr.c,v 1.62 2009/12/03 05:06:16 mrg Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.61 2008/12/16 22:35:27 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.62 2009/12/03 05:06:16 mrg Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -203,7 +203,7 @@
 			 * Interrupt is already there.  We need to create a
 			 * new interrupt handler and interpose it.
 			 */
-#ifdef DEBUG
+#ifdef NOT_DEBUG
 			printf("intr_establish: intr reused %x\n", 
 				ih->ih_number);
 #endif

Reply via email to