diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 74498c840f93..bb9c6384d077 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -3685,7 +3685,7 @@ out_balanced: | |||
3685 | static void idle_balance(int this_cpu, struct rq *this_rq) | 3685 | static void idle_balance(int this_cpu, struct rq *this_rq) |
3686 | { | 3686 | { |
3687 | struct sched_domain *sd; | 3687 | struct sched_domain *sd; |
3688 | int pulled_task = -1; | 3688 | int pulled_task = 0; |
3689 | unsigned long next_balance = jiffies + HZ; | 3689 | unsigned long next_balance = jiffies + HZ; |
3690 | cpumask_t tmpmask; | 3690 | cpumask_t tmpmask; |
3691 | 3691 | ||