[PATCH] sched: ymf typo

From: Con Kolivas
Date: Sun Apr 22 2007 - 00:25:52 EST


Typo in comment, 1us not 1ms.

Signed-off-by: Con Kolivas <kernel@xxxxxxxxxxx>

---
kernel/sched.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.21-rc7-sd/kernel/sched.c
===================================================================
--- linux-2.6.21-rc7-sd.orig/kernel/sched.c 2007-04-22 14:22:14.000000000 +1000
+++ linux-2.6.21-rc7-sd/kernel/sched.c 2007-04-22 14:22:34.000000000 +1000
@@ -3045,7 +3045,7 @@ update_cpu_clock(struct task_struct *p,
/*
* Called from context_switch there should be less than one
* jiffy worth, and not negative/overflow. There should be
- * some time banked here so use a nominal 1ms.
+ * some time banked here so use a nominal 1us.
*/
if (time_diff > JIFFIES_TO_NS(1) || time_diff < 1)
time_diff = 1000;

--
-ck
-
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/