]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commite127031f4f76dc367c5d2f9d883715730dd82f7d
tree0617840dfa144c56c9c011475d27ba015806d28f
parent4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4
[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