Commit e4af30be authored by Ingo Molnar's avatar Ingo Molnar

[PATCH] sched: prettify prio_to_wmult[]

prettify the prio_to_wmult[] array. (this could have saved us from the typos)
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 5714d2de
...@@ -756,14 +756,14 @@ static const int prio_to_weight[40] = { ...@@ -756,14 +756,14 @@ static const int prio_to_weight[40] = {
* into multiplications: * into multiplications:
*/ */
static const u32 prio_to_wmult[40] = { static const u32 prio_to_wmult[40] = {
48356, 60446, 75558, 94446, 118058, 147573, /* -20 */ 48356, 60446, 75558, 94446, 118058,
184467, 230589, 288233, 360285, 450347, /* -15 */ 147573, 184467, 230589, 288233, 360285,
562979, 703746, 879575, 1099582, 1374389, /* -10 */ 450347, 562979, 703746, 879575, 1099582,
1717986, 2147483, 2684354, 3355443, 4194304, /* -5 */ 1374389, 1717986, 2147483, 2684354, 3355443,
5244160, 6557201, 8196502, 10250518, 12782640, /* 0 */ 4194304, 5244160, 6557201, 8196502, 10250518,
16025997, 19976592, 24970740, 31350126, 39045157, /* 5 */ 12782640, 16025997, 19976592, 24970740, 31350126,
49367440, 61356675, 76695844, 95443717, 119304647, /* 10 */ 39045157, 49367440, 61356675, 76695844, 95443717,
148102320, 186737708, 238609294, 286331153, /* 15 */ 119304647, 148102320, 186737708, 238609294, 286331153,
}; };
static inline void static inline void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment