diff options
author | Jeson Gao <jeson.gao@unisoc.com> | 2018-09-04 09:14:08 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2018-10-10 15:48:50 +0200 |
commit | c2b59d279dbbac750958f6a1bc4841e431d934e3 (patch) | |
tree | 888dee70bdfba3f0812a3943ea488b2e40fbfe58 /Kconfig | |
parent | thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs (diff) | |
download | linux-c2b59d279dbbac750958f6a1bc4841e431d934e3.tar.xz linux-c2b59d279dbbac750958f6a1bc4841e431d934e3.zip |
thermal: core: using power_efficient_wq for thermal worker
For SMP systems, thermal worker should use power_efficient_wq in power
saving mode, that will make scheduler more flexible on selecting an active
core for running work handler to avoid keeping work handler always
running on a single core, that will save some power.
Even if 'power_efficient_wq' relevant configs are disabled
'system_freezable_power_efficient_wq' is identical to system_freezable_wq,
behavior is unchanged.
Signed-off-by: Jeson Gao <jeson.gao@unisoc.com>
Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions