]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
sched: Fix SCHED_DEBUG.
authorAndre Noll <maan@systemlinux.org>
Mon, 28 Jun 2010 18:46:04 +0000 (20:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 28 Jun 2010 18:46:04 +0000 (20:46 +0200)
Oops, brown paper bag bug.

sched.c

diff --git a/sched.c b/sched.c
index f703890bdf52f9be843d3c3a545da36974254fde..cdc5b65828788bd0dc359c372a928f8d4cecb3db 100644 (file)
--- a/sched.c
+++ b/sched.c
@@ -69,7 +69,7 @@ static void sched_preselect(struct sched *s)
        }
 }
 
        }
 }
 
-#define SCHED_DEBUG 0
+//#define SCHED_DEBUG 1
 static inline void call_post_select(struct sched *s, struct task *t)
 {
 #ifndef SCHED_DEBUG
 static inline void call_post_select(struct sched *s, struct task *t)
 {
 #ifndef SCHED_DEBUG