From: Andre Noll Date: Mon, 28 Jun 2010 18:46:04 +0000 (+0200) Subject: sched: Fix SCHED_DEBUG. X-Git-Tag: v0.4.3~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7aaf87f2673119f0e5ee2923eddbbbd2e7f97a2f;hp=70d1779ed65ed4fb71680743aba2e6ca8aebb43c sched: Fix SCHED_DEBUG. Oops, brown paper bag bug. --- diff --git a/sched.c b/sched.c index f703890b..cdc5b658 100644 --- 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