diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-04-24 13:42:55 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-05-14 19:50:06 +0200 |
commit | bbb47bdeae756f04b896b55b51f230f3eb21f207 (patch) | |
tree | 130e58aa4301ec10e3e31c9bdb8d56360f142f85 /fs | |
parent | workqueue: Add system wide power_efficient workqueues (diff) | |
download | linux-bbb47bdeae756f04b896b55b51f230f3eb21f207.tar.xz linux-bbb47bdeae756f04b896b55b51f230f3eb21f207.zip |
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 'fs')
0 files changed, 0 insertions, 0 deletions