]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sched: fix prio_to_wmult[] for nice 1
authorMike Galbraith <efault@gmx.de>
Wed, 11 Jul 2007 19:21:47 +0000 (21:21 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 13 Jul 2007 17:09:02 +0000 (10:09 -0700)
commitb5f4a2e044438bb1a2e1474c2c128f8790d3f3e8
tree0617840dfa144c56c9c011475d27ba015806d28f
parent1d405e4fb622aaec6c366e20c2710b549ed186d4
[PATCH] sched: fix prio_to_wmult[] for nice 1

There's a typo in the values in prio_to_wmult[] for nice level 1.  While
it did not cause bad CPU distribution, but caused more rescheduling
between nice-0 and nice-1 tasks than necessary.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sched.c