Re: [RFC PATCH V1 1/7] cpuidle: create bootparam "cpuidle.off=1"

2011-06-20 Thread Trinabh Gupta
On 06/17/2011 09:59 AM, Benjamin Herrenschmidt wrote: On Tue, 2011-06-07 at 21:59 +0530, Trinabh Gupta wrote: From: Len Brown useful for disabling cpuidle to fall back to architecture-default idle loop cpuidle drivers and governors will fail to register. on x86 they'll say so: intel_idle: i

Re: [RFC PATCH V1 1/7] cpuidle: create bootparam "cpuidle.off=1"

2011-06-16 Thread Benjamin Herrenschmidt
On Tue, 2011-06-07 at 21:59 +0530, Trinabh Gupta wrote: > From: Len Brown > > useful for disabling cpuidle to fall back > to architecture-default idle loop > > cpuidle drivers and governors will fail to register. > on x86 they'll say so: > > intel_idle: intel_idle yielding to (null) > ACPI: acp

[RFC PATCH V1 1/7] cpuidle: create bootparam "cpuidle.off=1"

2011-06-07 Thread Trinabh Gupta
From: Len Brown useful for disabling cpuidle to fall back to architecture-default idle loop cpuidle drivers and governors will fail to register. on x86 they'll say so: intel_idle: intel_idle yielding to (null) ACPI: acpi_idle yielding to (null) Signed-off-by: Len Brown --- Documentation/ker