Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 s/DEBUG/NOT_DEBUG/ on the intr_esta...



details:   https://anonhg.NetBSD.org/src/rev/a0973731bc65
branches:  trunk
changeset: 749576:a0973731bc65
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Dec 03 05:06:16 2009 +0000

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

diffstat:

 sys/arch/sparc64/sparc64/intr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 032027106d01 -r a0973731bc65 sys/arch/sparc64/sparc64/intr.c
--- a/sys/arch/sparc64/sparc64/intr.c   Thu Dec 03 03:30:02 2009 +0000
+++ b/sys/arch/sparc64/sparc64/intr.c   Thu Dec 03 05:06:16 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index