process: turn off some debug
authorAlan Cox <alan@linux.intel.com>
Fri, 30 Mar 2018 23:25:34 +0000 (00:25 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 30 Mar 2018 23:25:34 +0000 (00:25 +0100)
Kernel/process.c

index adda2c4..6728bed 100644 (file)
@@ -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 */