From 53567bf74153b8f2c2e94702aebfd2a7fb2e2fa1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 18 Oct 2009 20:08:55 +0000 Subject: [PATCH] no DEBUG_VMASSERT committed --- kernel/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/debug.h b/kernel/debug.h index 24ce893ba..a988e0717 100644 --- a/kernel/debug.h +++ b/kernel/debug.h @@ -25,7 +25,7 @@ #define DEBUG_TIME_LOCKS 1 /* Runtime sanity checking. */ -#define DEBUG_VMASSERT 1 +#define DEBUG_VMASSERT 0 #define DEBUG_SCHED_CHECK 0 #define DEBUG_STACK_CHECK 0 #define DEBUG_TRACE 0 -- 2.44.0