Files
linux/drivers/net
Viresh Kumar bbe9f36ad9 PHYLIB: queue work on system_power_efficient_wq
Phylib uses workqueues for multiple purposes. There is no real dependency of
scheduling these on the cpu which scheduled them.

On a idle system, it is observed that and idle cpu wakes up many times just to
service this work. It would be better if we can schedule it on a cpu which the
scheduler believes to be the most appropriate one.

This patch replaces system_wq with system_power_efficient_wq for PHYLIB.

Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
(cherry picked from commit bbb47bdeae)
Signed-off-by: Mark Brown <broonie@linaro.org>
2013-07-18 14:30:20 +01:00
..
2013-03-28 01:20:42 -04:00
2012-12-28 15:24:19 -08:00
2012-03-27 22:45:26 -04:00
2013-03-26 12:27:18 -04:00
2013-06-25 16:16:45 -07:00