From: Len Brown Date: Fri, 23 Jul 2010 20:04:46 +0000 (-0400) Subject: intel_idle: delete power_policy modparam, and choose substate functions X-Git-Tag: v2.6.36-rc1~7^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0394c6676e3fa48587fbe4821390d3264672c530;p=pandora-kernel.git intel_idle: delete power_policy modparam, and choose substate functions The idea behind power policy was that it would start off as a modparam, and then hook into the new "global" in-kernel power vs energy tunable. But that tunable isn't happening, so delete the hook here. With the policy hook gone, the sub-state choice functions do not do anything useful, so delete them from the critical path. To handle sub-states in the future, we will advertise them with dedicated cpuidle_state entries. That is necessary because some of the sub-states will have substantially different properties than their peer sub-states. Signed-off-by: Len Brown --- Reading git-diff-tree failed