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

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

Merge "sched: Initialize env->loop variable to 0"

parents 1450dc76 1b36dc11
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6341,6 +6341,7 @@ static int load_balance(int this_cpu, struct rq *this_rq,
		.loop_break	= sched_nr_migrate_break,
		.cpus		= cpus,
		.flags		= 0,
		.loop		= 0,
	};

	/*
@@ -6681,6 +6682,7 @@ static int active_load_balance_cpu_stop(void *data)
		.src_rq		= busiest_rq,
		.idle		= CPU_IDLE,
		.flags		= 0,
		.loop		= 0,
	};

	raw_spin_lock_irq(&busiest_rq->lock);