Re: [PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle

2013-02-11 Thread Len Brown
On 02/11/2013 04:18 AM, Daniel Lezcano wrote: > On 02/10/2013 06:58 AM, Len Brown wrote: >> From: Len Brown >> >> Update APM to register its local idle routine with cpuidle. >> >> This allows us to stop exporting pm_idle to modules on x86. >> >> The Kconfig sub-option, APM_CPU_IDLE, now depends

Re: [PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle

2013-02-11 Thread Daniel Lezcano
On 02/10/2013 06:58 AM, Len Brown wrote: > From: Len Brown > > Update APM to register its local idle routine with cpuidle. > > This allows us to stop exporting pm_idle to modules on x86. > > The Kconfig sub-option, APM_CPU_IDLE, now depends on on CPU_IDLE. > > Compile-tested only. > >

Re: [PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle

2013-02-11 Thread Daniel Lezcano
On 02/10/2013 06:58 AM, Len Brown wrote: From: Len Brown len.br...@intel.com Update APM to register its local idle routine with cpuidle. This allows us to stop exporting pm_idle to modules on x86. The Kconfig sub-option, APM_CPU_IDLE, now depends on on CPU_IDLE. Compile-tested only.

Re: [PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle

2013-02-11 Thread Len Brown
On 02/11/2013 04:18 AM, Daniel Lezcano wrote: On 02/10/2013 06:58 AM, Len Brown wrote: From: Len Brown len.br...@intel.com Update APM to register its local idle routine with cpuidle. This allows us to stop exporting pm_idle to modules on x86. The Kconfig sub-option, APM_CPU_IDLE, now

[PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle

2013-02-09 Thread Len Brown
From: Len Brown Update APM to register its local idle routine with cpuidle. This allows us to stop exporting pm_idle to modules on x86. The Kconfig sub-option, APM_CPU_IDLE, now depends on on CPU_IDLE. Compile-tested only. Signed-off-by: Len Brown Cc: Jiri Kosina --- arch/x86/Kconfig

[PATCH 01/16] APM idle: register apm_cpu_idle via cpuidle

2013-02-09 Thread Len Brown
From: Len Brown len.br...@intel.com Update APM to register its local idle routine with cpuidle. This allows us to stop exporting pm_idle to modules on x86. The Kconfig sub-option, APM_CPU_IDLE, now depends on on CPU_IDLE. Compile-tested only. Signed-off-by: Len Brown len.br...@intel.com Cc: