Revert "readi: read EOF handling fix"
authorAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 10:42:58 +0000 (11:42 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 4 Jun 2015 10:42:58 +0000 (11:42 +0100)
This reverts commit d39c1632e9685bffd5d94699a0ff953f716ab8fc.

Duh

Kernel/process.c

index 30576d4..b9a4670 100644 (file)
@@ -1,7 +1,7 @@
 #undef DEBUG                   /* turn this on to enable syscall tracing */
 #undef DEBUGHARDER             /* report calls to wakeup() that lead nowhere */
 #undef DEBUGREALLYHARD         /* turn on getproc dumping */
-#define DEBUG_PREEMPT          /* debug pre-emption */
+#undef DEBUG_PREEMPT           /* debug pre-emption */
 
 #include <kernel.h>
 #include <tty.h>