From: Alan Cox Date: Fri, 30 Mar 2018 23:25:34 +0000 (+0100) Subject: process: turn off some debug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=486ae2b76adc3e27df065ce91e44232f16b15548;p=FUZIX.git process: turn off some debug --- diff --git a/Kernel/process.c b/Kernel/process.c index adda2c49..6728bed6 100644 --- a/Kernel/process.c +++ b/Kernel/process.c @@ -1,5 +1,5 @@ #undef DEBUG_SYSCALL /* turn this on to enable syscall tracing */ -#define DEBUG_SLEEP /* turn this on to trace sleep/wakeup activity */ +#undef DEBUG_SLEEP /* turn this on to trace sleep/wakeup activity */ #undef DEBUGHARDER /* report calls to wakeup() that lead nowhere */ #undef DEBUGREALLYHARD /* turn on getproc dumping */ #undef DEBUG_PREEMPT /* debug pre-emption */