commit | 0668106ca3865ba945e155097fb042bf66d364d3 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Apr 24 17:12:54 2013 +0530 |
committer | Tejun Heo <tj@kernel.org> | Tue May 14 10:50:06 2013 -0700 |
tree | fbd6adfc2ae2f3c2b7fe7ad66d82cd7c64a001fb | |
parent | cee22a15052faa817e3ec8985a28154d3fabc7aa [diff] |
workqueue: Add system wide power_efficient workqueues This patch adds system wide workqueues aligned towards power saving. This is done by allocating them with WQ_UNBOUND flag if 'wq_power_efficient' is set to 'true'. tj: updated comments a bit. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Tejun Heo <tj@kernel.org>