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

Commit aebd3cd8 authored by Puja Gupta's avatar Puja Gupta
Browse files

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



Change-Id: Id7278f67636116e00e422aaad24140d9f934f469
Signed-off-by: default avatarAndres Oportus <andresoportus@google.com>
Git-commit: d32037643a10b5359a1bd9b8410f1bfce73eb80d
Git-repo: https://android.googlesource.com/kernel/common/


Signed-off-by: default avatarPuja Gupta <pujag@codeaurora.org>
parent 536e7d5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6010,6 +6010,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;
	}