cpuidle: refactor out cpuidle_enter_state
authorColin Cross <ccross@android.com>
Tue, 8 May 2012 00:57:39 +0000 (17:57 -0700)
committerLen Brown <len.brown@intel.com>
Sat, 2 Jun 2012 04:48:31 +0000 (00:48 -0400)
commit56cfbf74a17c40f3a741398103c9f5d5a6806715
tree80adac252b5c485df28f3469e314a66d562a5d4c
parent76e10d158efb6d4516018846f60c2ab5501900bc
cpuidle: refactor out cpuidle_enter_state

Split the code to enter a state and update the stats into a helper
function, cpuidle_enter_state, and export it.  This function will
be called by the coupled state code to handle entering the safe
state and the final coupled state.

Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Colin Cross <ccross@android.com>
Reviewed-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/cpuidle/cpuidle.c
drivers/cpuidle/cpuidle.h
This page took 0.027052 seconds and 5 git commands to generate.