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

Commit 3f5daa54 authored by Todd Kjos's avatar Todd Kjos
Browse files

ANDROID: FIXUP: sched/fair: Fix hang during suspend in compute_energy



BUG: 29353986
Change-Id: I0ad295fcb9134ee964cdd764e9038db3c25d91ba
Signed-off-by: default avatarAndres Oportus <andresoportus@google.com>
Signed-off-by: default avatarPuja Gupta <pujag@codeaurora.org>
parent 727eafb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6311,6 +6311,7 @@ static int compute_energy(struct energy_env *eenv)
			} while (sg = sg->next, sg != sd->groups);
		}
next_cpu:
		cpumask_clear_cpu(cpu, &visit_cpus);
		continue;
	}