On 06/28/2012 04:57 PM, Daniel Lezcano wrote:
On 06/28/2012 01:24 PM, Srivatsa S. Bhat wrote:
On 06/28/2012 02:16 PM, Daniel Lezcano wrote:
When the system is booted with some cpus offline, the idle driver is not initialized. When a cpu is set online, the acpi code call the intel idle init function. Unfortunately this code introduce a dependency between intel_idle and acpi.
This patch is intended to remove this dependency by using the notifier of intel_idle. This patch has the benefit of encapsulating the intel_idle driver and remove some exported functions.
Signed-off-by: Daniel Lezcano daniel.lezcano@linaro.org
Looks good to me.
Thanks for the review Srivatsa.
Shall I consider it as an acked-by ?
Sure, go ahead! :-)
Regards, Srivatsa S. Bhat