[rtems-libbsd commit] Remove debug that got turned on.

Jennifer Averett jennifer at rtems.org
Tue Jul 17 13:54:37 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    e1e0a6a86e99a18c9d70fff9bcdd2a93ff2c1056
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=e1e0a6a86e99a18c9d70fff9bcdd2a93ff2c1056

Author:    Jennifer Averett <jennifer.averett at oarcorp.com>
Date:      Tue Jul 17 08:58:15 2012 -0500

Remove debug that got turned on.

---

 freebsd/vm/uma_core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/freebsd/vm/uma_core.c b/freebsd/vm/uma_core.c
index d0eb812..47c811a 100644
--- a/freebsd/vm/uma_core.c
+++ b/freebsd/vm/uma_core.c
@@ -54,10 +54,10 @@ __FBSDID("$FreeBSD$");
 
 /* I should really use ktr.. */
 /*
-*/
 #define UMA_DEBUG 1
 #define UMA_DEBUG_ALLOC 1
 #define UMA_DEBUG_ALLOC_1 1
+*/
 
 #include <freebsd/local/opt_ddb.h>
 #include <freebsd/local/opt_param.h>




More information about the vc mailing list