Re: [PATCH v2] acpi: intel_idle : break dependency between modules

2012-07-01 Thread Daniel Lezcano
On 06/30/2012 12:27 AM, Rafael J. Wysocki wrote: On Friday, June 29, 2012, Daniel Lezcano wrote: On 06/28/2012 09:24 PM, Rafael J. Wysocki wrote: On Thursday, June 28, 2012, Daniel Lezcano wrote: When the system is booted with some cpus offline, the idle driver is not initialized. When a cpu

Re: [PATCH v2] acpi: intel_idle : break dependency between modules

2012-06-29 Thread Daniel Lezcano
On 06/28/2012 09:24 PM, Rafael J. Wysocki wrote: On Thursday, June 28, 2012, 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

[PATCH v2] acpi: intel_idle : break dependency between modules

2012-06-28 Thread Daniel Lezcano
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

Re: [PATCH v2] acpi: intel_idle : break dependency between modules

2012-06-28 Thread Srivatsa S. Bhat
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

Re: [PATCH v2] acpi: intel_idle : break dependency between modules

2012-06-28 Thread Daniel Lezcano
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

Re: [PATCH v2] acpi: intel_idle : break dependency between modules

2012-06-28 Thread Srivatsa S. Bhat
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

Re: [PATCH v2] acpi: intel_idle : break dependency between modules

2012-06-28 Thread Rafael J. Wysocki
On Thursday, June 28, 2012, 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