Re: [PATCH] sched: staircase deadline misc fixes

From: Ingo Molnar
Date: Thu Apr 05 2007 - 07:10:04 EST



find a whitespace fix below.

Ingo

Index: linux/kernel/sched.c
===================================================================
--- linux.orig/kernel/sched.c
+++ linux/kernel/sched.c
@@ -1034,7 +1034,7 @@ static int recalc_task_prio(struct task_
/*
* Migration timestamp adjustment may induce negative time.
* Ignore unquantifiable values as well as SCHED_BATCH tasks.
- */
+ */
if (now < p->timestamp || batch_task(p))
sleep_time = 0;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/