From e127031f4f76dc367c5d2f9d883715730dd82f7d Mon Sep 17 00:00:00 2001 From: Mike Galbraith Date: Wed, 11 Jul 2007 21:21:47 +0200 Subject: [PATCH] [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-format-patch failed