Skip to content

Commit 21dd33b

Browse files
ilina-linarorafaeljw
authored andcommitted
kernel/cpu_pm: fix cpu_cluster_pm_exit comment
cpu_cluster_pm_exit() must be sent after cpu_cluster_pm_enter() has been sent for the cluster and before any cpu_pm_exit() notifications are sent for any CPU. Cc: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Lina Iyer <lina.iyer@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 64291f7 commit 21dd33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/cpu_pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ EXPORT_SYMBOL_GPL(cpu_cluster_pm_enter);
180180
* low power state that may have caused some blocks in the same power domain
181181
* to reset.
182182
*
183-
* Must be called after cpu_pm_exit has been called on all cpus in the power
183+
* Must be called after cpu_cluster_pm_enter has been called for the power
184184
* domain, and before cpu_pm_exit has been called on any cpu in the power
185185
* domain. Notified drivers can include VFP co-processor, interrupt controller
186186
* and its PM extensions, local CPU timers context save/restore which

0 commit comments

Comments
 (0)