![]() | |||||||||||||
Messages in this thread Patch in this message |
Typo in comment, 1us not 1ms. Signed-off-by: Con Kolivas <kernel@kolivas.org> --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2007-04-22 06:29 [from the cache] ©2003-2008 | |||||||||||||