+21
−20
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
BUG_ON in get_cluster_sleep_time may lead to false alarm when cluster_unprepare races with cluster_select. The below is the race. If any core is about to select cci low power mode, it is possible that another core from same cluster can wakeup and clears the first cpu mask as well in cci cluster which will lead to crash. But this is false alarm, since it still has channce to auto correct the state machine in cluster_configure. Also rename variable name to num_children_in_sync. Change-Id: I730e916098dfcfde2c58eab088c84675b2b12172 Signed-off-by:Anji Jonnala <anjir@codeaurora.org> Signed-off-by:
Maulik Shah <mkshah@codeaurora.org>