Revert "PM / QoS: Do not call pm_qos_set_value_for_cpus()"

This reverts commit 17823171af.

Relpaced by commit 3092012197 ("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:
Tao Huang
2021-06-10 18:37:19 +08:00
parent 62df34992b
commit 51d8f2cdef

View File

@@ -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);