[PATCH 1/4] OMAP3: clean-up mach specific cpuidle data structures

2011-05-09 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com - sleep_latency and wake_latency are not used, replace them by exit_latency which is used by cpuidle. exit_latency simply is the sum of sleep_latency and wake_latency, - replace threshold by target_residency, - changed the OMAP3 specific cpuidle code

[PATCH 1/4] OMAP3: clean-up mach specific cpuidle data structures

2011-05-05 Thread jean . pihet
From: Jean Pihet j-pi...@ti.com - sleep_latency and wake_latency are not used, replace them by exit_latency which is used by cpuidle. exit_latency simply is the sum of sleep_latency and wake_latency, - replace threshold by target_residency, - changed the OMAP3 specific cpuidle code