kernel/cpu_pm: fix cpu_cluster_pm_exit comment
authorLina Iyer <lina.iyer@linaro.org>
Wed, 2 Sep 2015 22:18:57 +0000 (16:18 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 3 Sep 2015 00:42:20 +0000 (02:42 +0200)
commit21dd33b09c61597df603c654589adffd7955491a
tree913d3ff9ece18a690ce75bb8e5c5cc0164e2aea6
parent64291f7db5bd8150a74ad2036f1037e6a0428df2
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>
kernel/cpu_pm.c