From: Alan Cox Date: Thu, 4 Jun 2015 10:42:58 +0000 (+0100) Subject: Revert "readi: read EOF handling fix" X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b617c78fadbc1cee4d48e42cbe358fe21276705c;p=FUZIX.git Revert "readi: read EOF handling fix" This reverts commit d39c1632e9685bffd5d94699a0ff953f716ab8fc. Duh --- diff --git a/Kernel/process.c b/Kernel/process.c index 30576d43..b9a46709 100644 --- a/Kernel/process.c +++ b/Kernel/process.c @@ -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 #include