From b617c78fadbc1cee4d48e42cbe358fe21276705c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 4 Jun 2015 11:42:58 +0100 Subject: [PATCH] Revert "readi: read EOF handling fix" This reverts commit d39c1632e9685bffd5d94699a0ff953f716ab8fc. Duh --- Kernel/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1