Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2010 08:30:21 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r206254 - user/jmallett/octeon/sys/mips/mips
Message-ID:  <201004060830.o368ULeo097835@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004060830.o368ULeo097835>