mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
Revert "PM / QoS: Do not call pm_qos_set_value_for_cpus()"
This reverts commit17823171af. Relpaced by commit3092012197("ANDROID: GKI: QoS: Prevent usage of dev_pm_qos_request as pm_qos_request"). Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: Iff9c38acdae14cee92c52ac833c7bf062c7fc74c
This commit is contained in:
@@ -340,9 +340,7 @@ int pm_qos_update_target(struct pm_qos_constraints *c, struct plist_node *node,
|
||||
|
||||
curr_value = pm_qos_get_value(c);
|
||||
pm_qos_set_value(c, curr_value);
|
||||
#ifndef CONFIG_ARCH_ROCKCHIP
|
||||
pm_qos_set_value_for_cpus(c);
|
||||
#endif
|
||||
|
||||
spin_unlock_irqrestore(&pm_qos_lock, flags);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user