process.c: turn debug back off in default build
authorAlan Cox <alan@linux.intel.com>
Sat, 10 Jan 2015 00:40:46 +0000 (00:40 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 10 Jan 2015 00:40:46 +0000 (00:40 +0000)
Kernel/process.c

index 68481ba..1bf022b 100644 (file)
@@ -1,5 +1,5 @@
-#define DEBUG                  /* turn this on to enable syscall tracing */
-#define DEBUGHARDER            /* report calls to wakeup() that lead nowhere */
+#undef DEBUG                   /* turn this on to enable syscall tracing */
+#undef DEBUGHARDER             /* report calls to wakeup() that lead nowhere */
 #undef DEBUGREALLYHARD         /* turn on getproc dumping */
 
 #include <kernel.h>