Loading drivers/cpuidle/lpm-levels.c +2 −1 Original line number Diff line number Diff line Loading @@ -1244,7 +1244,6 @@ int get_cluster_id(struct lpm_cluster *cluster, int *aff_lvl) state_id |= (level->psci_id & cluster->psci_mode_mask) << cluster->psci_mode_shift; (*aff_lvl)++; /* * We may have updated the broadcast timers, update Loading @@ -1252,6 +1251,8 @@ int get_cluster_id(struct lpm_cluster *cluster, int *aff_lvl) */ if (level->notify_rpm) system_sleep_update_wakeup(); if (level->psci_id) (*aff_lvl)++; } unlock_and_return: spin_unlock(&cluster->sync_lock); Loading Loading
drivers/cpuidle/lpm-levels.c +2 −1 Original line number Diff line number Diff line Loading @@ -1244,7 +1244,6 @@ int get_cluster_id(struct lpm_cluster *cluster, int *aff_lvl) state_id |= (level->psci_id & cluster->psci_mode_mask) << cluster->psci_mode_shift; (*aff_lvl)++; /* * We may have updated the broadcast timers, update Loading @@ -1252,6 +1251,8 @@ int get_cluster_id(struct lpm_cluster *cluster, int *aff_lvl) */ if (level->notify_rpm) system_sleep_update_wakeup(); if (level->psci_id) (*aff_lvl)++; } unlock_and_return: spin_unlock(&cluster->sync_lock); Loading