From: Balbir Singh Date: Wed, 12 Nov 2008 10:49:00 +0000 (+0530) Subject: sched: fix stale value in average load per task X-Git-Tag: v2.6.28-rc5~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d477778e82a60a0b7114cefdb70aa43af28782;p=pandora-kernel.git sched: fix stale value in average load per task Impact: fix load balancer load average calculation accuracy cpu_avg_load_per_task() returns a stale value when nr_running is 0. It returns an older stale (caculated when nr_running was non zero) value. This patch returns and sets rq->avg_load_per_task to zero when nr_running is 0. Compile and boot tested on a x86_64 box. Signed-off-by: Balbir Singh Acked-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed