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

Commit 13a45b36 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->flags variable to 0"

parents 6d626054 0699a566
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6356,6 +6356,7 @@ static int load_balance(int this_cpu, struct rq *this_rq,
		.idle		= idle,
		.loop_break	= sched_nr_migrate_break,
		.cpus		= cpus,
		.flags		= 0,
	};

	/*
@@ -6695,6 +6696,7 @@ static int active_load_balance_cpu_stop(void *data)
		.src_cpu	= busiest_rq->cpu,
		.src_rq		= busiest_rq,
		.idle		= CPU_IDLE,
		.flags		= 0,
	};

	raw_spin_lock_irq(&busiest_rq->lock);