diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-24 17:12:55 +0530 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-05-14 10:50:06 -0700 |
commit | bbb47bdeae756f04b896b55b51f230f3eb21f207 (patch) | |
tree | 130e58aa4301ec10e3e31c9bdb8d56360f142f85 /block | |
parent | 0668106ca3865ba945e155097fb042bf66d364d3 (diff) | |
download | linux-rt-bbb47bdeae756f04b896b55b51f230f3eb21f207.tar.gz |
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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions