From: Mike Galbraith Date: Wed, 11 Jul 2007 19:21:47 +0000 (+0200) Subject: [PATCH] sched: fix prio_to_wmult[] for nice 1 X-Git-Tag: v2.6.23-rc1~1081^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e127031f4f76dc367c5d2f9d883715730dd82f7d;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed