diff options
author | Shaibal Dutta <[email protected]> | 2014-01-30 14:43:34 -0800 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2014-02-04 21:58:16 +0100 |
commit | 67235cbca44f082e9c4c2ed370f9afe5fc478d49 (patch) | |
tree | dfbb6acb68b824afdab6d106da35b5b7cddd024b /lib/dynamic_debug.c | |
parent | 845f3351b15a4cd8c6e47255c0dbfac03c6aceda (diff) |
net: rfkill: move poll work to power efficient workqueue
This patch moves the rfkill poll_work to the power efficient workqueue.
This work does not have to be bound to the CPU that scheduled it, hence
the selection of CPU that executes it would be left to the scheduler.
Net result is that CPU idle times would be extended, resulting in power
savings.
This behaviour is enabled when CONFIG_WQ_POWER_EFFICIENT is selected.
Cc: "John W. Linville" <[email protected]>
Cc: "David S. Miller" <[email protected]>
Signed-off-by: Shaibal Dutta <[email protected]>
[[email protected]: Rebased to latest kernel, added commit message.
Fixed workqueue selection after suspend/resume cycle.]
Signed-off-by: Zoran Markovic <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions