Re: [PATCH] cpuidle: Make cpuidle_enable_device() call poll_idle_init()

From: Rafael J. Wysocki
Date: Mon Jan 10 2011 - 19:02:49 EST


On Tuesday, January 11, 2011, Len Brown wrote:
> > /**
> > * cpuidle_enable_device - enables idle PM for a CPU
> > * @dev: the CPU
> > @@ -176,6 +215,8 @@ int cpuidle_enable_device(struct cpuidle
> > ret = __cpuidle_register_device(dev);
> > if (ret)
> > return ret;
> > + } else {
> > + poll_idle_init(dev);
> > }
>
> how about calling poll_idle_init() unconditionally here
> and deleting the call to it from within __cpuidle_register_device()?

Fine by me, as long as poll_idle_init() is called before the conditional. :-)

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/