Re: [linux-pm] [PATCH] acpi: intel_idle : break dependency between modules

2012-06-28 Thread Srivatsa S. Bhat
On 06/28/2012 01:04 PM, Thomas Renninger wrote: > On Wednesday, June 27, 2012 06:16:33 PM Srivatsa S. Bhat wrote: >> On 06/27/2012 02:37 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 cod

Re: [linux-pm] [PATCH] acpi: intel_idle : break dependency between modules

2012-06-28 Thread Thomas Renninger
On Wednesday, June 27, 2012 06:16:33 PM Srivatsa S. Bhat wrote: > On 06/27/2012 02:37 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

Re: [linux-pm] [PATCH] acpi: intel_idle : break dependency between modules

2012-06-27 Thread Srivatsa S. Bhat
On 06/27/2012 02:37 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. > > Thi