Restored debug off state for uma_core.c

This commit is contained in:
Jennifer Averett 2012-06-01 13:54:16 -05:00
parent 8e4f82c980
commit 19955e7c29

View File

@ -54,10 +54,10 @@ __FBSDID("$FreeBSD$");
/* I should really use ktr.. */ /* I should really use ktr.. */
/* /*
*/
#define UMA_DEBUG 1 #define UMA_DEBUG 1
#define UMA_DEBUG_ALLOC 1 #define UMA_DEBUG_ALLOC 1
#define UMA_DEBUG_ALLOC_1 1 #define UMA_DEBUG_ALLOC_1 1
*/
#include <freebsd/local/opt_ddb.h> #include <freebsd/local/opt_ddb.h>
#include <freebsd/local/opt_param.h> #include <freebsd/local/opt_param.h>