Re: [PATCH] fixes to ACPI subsystem which assumes cpuidle is always enabled.

2013-01-18 Thread Konrad Rzeszutek Wilk
On Wed, Jan 16, 2013 at 11:49:00PM +0100, Rafael J. Wysocki wrote: > On Tuesday, January 15, 2013 05:23:22 PM Konrad Rzeszutek Wilk wrote: > > Attached are two patches to the ACPI subsystem and the cpuidle drivers. > > > > The fixes are to deal with the case when cpuidle_disabled returns true > >

Re: [PATCH] fixes to ACPI subsystem which assumes cpuidle is always enabled.

2013-01-16 Thread Rafael J. Wysocki
On Tuesday, January 15, 2013 05:23:22 PM Konrad Rzeszutek Wilk wrote: > Attached are two patches to the ACPI subsystem and the cpuidle drivers. > > The fixes are to deal with the case when cpuidle_disabled returns true > and we try to hotplug CPUs on/off. > > drivers/acpi/processor_idle.c | 3 +

[PATCH] fixes to ACPI subsystem which assumes cpuidle is always enabled.

2013-01-15 Thread Konrad Rzeszutek Wilk
Attached are two patches to the ACPI subsystem and the cpuidle drivers. The fixes are to deal with the case when cpuidle_disabled returns true and we try to hotplug CPUs on/off. drivers/acpi/processor_idle.c | 3 +++ drivers/idle/intel_idle.c | 3 +-- 2 files changed, 4 insertions(+), 2 del