From 30e2436921e53b149d65403430048e39a44cad4b Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 27 Sep 2011 21:33:04 +0800 Subject: [PATCH] Kernel/x86 - Disabled task tracing --- Kernel/arch/x86/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/arch/x86/proc.c b/Kernel/arch/x86/proc.c index 78ad84aa..c0b748f1 100644 --- a/Kernel/arch/x86/proc.c +++ b/Kernel/arch/x86/proc.c @@ -14,7 +14,7 @@ #include // === FLAGS === -#define DEBUG_TRACE_SWITCH 1 +#define DEBUG_TRACE_SWITCH 0 #define DEBUG_DISABLE_DOUBLEFAULT 1 #define DEBUG_VERY_SLOW_SWITCH 0 -- 2.20.1