Module Name:    src
Committed By:   cliff
Date:           Mon Mar 29 23:40:58 UTC 2010

Modified Files:
        src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c

Log Message:
turn off MACHDEP_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/sys/arch/evbmips/rmixl/machdep.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/evbmips/rmixl/machdep.c
diff -u src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.26 src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.27
--- src/sys/arch/evbmips/rmixl/machdep.c:1.1.2.26	Mon Mar 29 23:32:02 2010
+++ src/sys/arch/evbmips/rmixl/machdep.c	Mon Mar 29 23:40:58 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.1.2.26 2010/03/29 23:32:02 cliff Exp $	*/
+/*	$NetBSD: machdep.c,v 1.1.2.27 2010/03/29 23:40:58 cliff Exp $	*/
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.26 2010/03/29 23:32:02 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.1.2.27 2010/03/29 23:40:58 cliff Exp $");
 
 #define __INTR_PRIVATE
 
@@ -168,7 +168,6 @@
 #include <mips/rmi/rmixl_comvar.h>
 #include <mips/rmi/rmixl_pcievar.h>
 
-#define MACHDEP_DEBUG 1	/* XXX TMP FIXME */
 #ifdef MACHDEP_DEBUG
 int machdep_debug=MACHDEP_DEBUG;
 # define DPRINTF(x)	do { if (machdep_debug) printf x ; } while(0)

Reply via email to