commit | e127031f4f76dc367c5d2f9d883715730dd82f7d | [log] [tgz] |
---|---|---|
author | Mike Galbraith <efault@gmx.de> | Wed Jul 11 21:21:47 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jul 13 10:09:02 2007 -0700 |
tree | 0617840dfa144c56c9c011475d27ba015806d28f | |
parent | 4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4 [diff] |
[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>