From: Peter Zijlstra Date: Thu, 22 Apr 2010 19:50:19 +0000 (+0200) Subject: sched: Cure load average vs NO_HZ woes X-Git-Tag: v2.6.35-rc1~521^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f5187ac873042f502227701ed1727e7c5fbfa9;p=pandora-kernel.git sched: Cure load average vs NO_HZ woes Chase reported that due to us decrementing calc_load_task prematurely (before the next LOAD_FREQ sample), the load average could be scewed by as much as the number of CPUs in the machine. This patch, based on Chase's patch, cures the problem by keeping the delta of the CPU going into NO_HZ idle separately and folding that in on the next LOAD_FREQ update. This restores the balance and we get strict LOAD_FREQ period samples. Signed-off-by: Peter Zijlstra Acked-by: Chase Douglas LKML-Reference: <1271934490.1776.343.camel@laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed