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

Commit f4eacc23 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpufreq: cpu-boost: Use interruptible wait to not affect load average"

parents 90a5bd1f 5ccf1560
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -149,7 +149,8 @@ static int boost_mig_sync_thread(void *data)
	unsigned int req_freq;

	while (1) {
		wait_event(s->sync_wq, s->pending || kthread_should_stop());
		wait_event_interruptible(s->sync_wq,
					s->pending || kthread_should_stop());

		if (kthread_should_stop())
			break;