From: John Hodge Date: Tue, 27 Sep 2011 13:33:04 +0000 (+0800) Subject: Kernel/x86 - Disabled task tracing X-Git-Tag: rel0.11~43 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=30e2436921e53b149d65403430048e39a44cad4b;hp=f9c581641afeb556188e84428febd4011e61edc2;p=tpg%2Facess2.git Kernel/x86 - Disabled task tracing --- 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