Merge "sched: initialize env->flags variable to 0"

This commit is contained in:
Linux Build Service Account 2014-08-13 18:24:12 -07:00 committed by Gerrit - the friendly Code Review server
commit 13a45b36a5

View file

@ -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);