commit | 7399c448c57c930a065e0ab77870ab84dc0dbf61 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Wed Apr 24 17:12:54 2013 +0530 |
committer | Mark Brown <broonie@linaro.org> | Thu Jul 18 14:30:02 2013 +0100 |
tree | 7f7c7f75c651eb5760f1f545be1d1453a0511169 | |
parent | 61a10f9763d989e6716fe35030951f2ccfca822a [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> (cherry picked from commit 0668106ca3865ba945e155097fb042bf66d364d3) Signed-off-by: Mark Brown <broonie@linaro.org>