From: Peter Zijlstra Date: Wed, 13 Jun 2012 13:24:45 +0000 (+0200) Subject: sched/x86: Remove broken power estimation X-Git-Tag: v3.6-rc1~93^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee08d1284ea9235b29bd2d9b7493b4b4cf3da09c;p=pandora-kernel.git sched/x86: Remove broken power estimation The x86 sched power implementation has been broken forever and gets in the way of other stuff, remove it. [ For archaeological interest, fixing this code would require dealing with the cross-cpu calling of these functions and more importantly, we need to filter idle time out of the a/m-perf stuff because the ratio will go down to 0 when idle, giving a 0 capacity which is not what we'd want. ] Signed-off-by: Peter Zijlstra Cc: Linus Torvalds Cc: Andrew Morton Cc: Arjan van de Ven Link: http://lkml.kernel.org/r/1339594110.8980.38.camel@twins Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed