svn commit: r206254 - user/jmallett/octeon/sys/mips/mips

Juli Mallett jmallett at FreeBSD.org
Tue Apr 6 08:30:21 UTC 2010


Author: jmallett
Date: Tue Apr  6 08:30:21 2010
New Revision: 206254
URL: http://svn.freebsd.org/changeset/base/206254

Log:
  Turn off trap debugging again.

Modified:
  user/jmallett/octeon/sys/mips/mips/trap.c

Modified: user/jmallett/octeon/sys/mips/mips/trap.c
==============================================================================
--- user/jmallett/octeon/sys/mips/mips/trap.c	Tue Apr  6 08:29:58 2010	(r206253)
+++ user/jmallett/octeon/sys/mips/mips/trap.c	Tue Apr  6 08:30:21 2010	(r206254)
@@ -95,7 +95,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/syslog.h>
 
 
-#define TRAP_DEBUG
 #ifdef TRAP_DEBUG
 int trap_debug = 1;
 #endif


More information about the svn-src-user mailing list