Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4cbf69b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: cpuidle: lpm-levels: Remove IPI check on hotplugged cores"

parents d7da7df3 b5f2284c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1026,9 +1026,8 @@ static int cluster_configure(struct lpm_cluster *cluster, int idx,
					cpu_online_mask);

	if (!cpumask_equal(&cluster->num_children_in_sync, &cluster->child_cpus)
			|| is_IPI_pending(&cluster->num_children_in_sync)) {
				|| is_IPI_pending(&online_cpus))
		return -EPERM;
	}

	if (idx != cluster->default_level) {
		update_debug_pc_event(CLUSTER_ENTER, idx,