[PATCH] sched: fix another prio_to_wmult[] entry

First digit of entry 16 was truncated.

Pointed out by Roman Zippel.

Signed-off-by: Chuck Ebbert <[EMAIL PROTECTED]>

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

--- linux-2.6.22.noarch.orig/kernel/sched.c
+++ linux-2.6.22.noarch/kernel/sched.c
@@ -749,7 +749,7 @@ static const u32 prio_to_wmult[40] = {
        48356,   60446,   75558,   94446,  118058,  147573,
        184467,  230589,  288233,  360285,  450347,
        562979,  703746,  879575, 1099582, 1374389,
-       717986, 2147483, 2684354, 3355443, 4194304,
+       1717986, 2147483, 2684354, 3355443, 4194304,
        5244160, 6557201, 8196502, 10250518, 12782640,
        16025997, 19976592, 24970740, 31350126, 39045157,
        49367440, 61356675, 76695844, 95443717, 119304647,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to