From: Ingo Molnar Date: Sun, 12 Aug 2007 16:08:19 +0000 (+0200) Subject: sched: fix sleeper bonus X-Git-Tag: v2.6.23-rc3~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d2b3d3695a841231b65b5536a70dc29961c5611;p=pandora-kernel.git sched: fix sleeper bonus Peter Ziljstra noticed that the sleeper bonus deduction code was not properly rate-limited: a task that scheduled more frequently would get a disproportionately large deduction. So limit the deduction to delta_exec. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed