Merge "drivers: lpm_levels: remove the BUG_ON in get_cluster_sleep_time"

This commit is contained in:
Linux Build Service Account 2015-05-07 08:53:30 -07:00 committed by Gerrit - the friendly Code Review server
commit d4fbee5498
1 changed files with 0 additions and 3 deletions

View File

@ -365,9 +365,6 @@ static uint64_t get_cluster_sleep_time(struct lpm_cluster *cluster,
return USEC_PER_SEC * suspend_wake_time;
}
BUG_ON(!cpumask_and(&online_cpus_in_cluster,
&cluster->num_childs_in_sync, cpu_online_mask));
for_each_cpu(cpu, &online_cpus_in_cluster) {
td = &per_cpu(tick_cpu_device, cpu);
if (td->evtdev->next_event.tv64 < next_event.tv64) {