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

Commit 3eb29105 authored by Juri Lelli's avatar Juri Lelli Committed by Leo Yan
Browse files

fixup! sched: scheduler-driven cpu frequency selection



Signed-off-by: default avatarJuri Lelli <juri.lelli@arm.com>
parent 6e1e1ed8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,9 +119,9 @@ static int cpufreq_sched_thread(void *data)
	}

	do {
		set_current_state(TASK_INTERRUPTIBLE);
		new_request = gd->requested_freq;
		if (new_request == last_request) {
			set_current_state(TASK_INTERRUPTIBLE);
			schedule();
		} else {
			/*