diff options
Diffstat (limited to 'kernel/sched/fair.c')
-rw-r--r-- | kernel/sched/fair.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index b8ef321641df..5b1e96687b49 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c | |||
@@ -4977,7 +4977,7 @@ static struct rq *find_busiest_queue(struct lb_env *env, | |||
4977 | #define MAX_PINNED_INTERVAL 512 | 4977 | #define MAX_PINNED_INTERVAL 512 |
4978 | 4978 | ||
4979 | /* Working cpumask for load_balance and load_balance_newidle. */ | 4979 | /* Working cpumask for load_balance and load_balance_newidle. */ |
4980 | DEFINE_PER_CPU(cpumask_var_t, load_balance_tmpmask); | 4980 | DEFINE_PER_CPU(cpumask_var_t, load_balance_mask); |
4981 | 4981 | ||
4982 | static int need_active_balance(struct lb_env *env) | 4982 | static int need_active_balance(struct lb_env *env) |
4983 | { | 4983 | { |
@@ -5012,7 +5012,7 @@ static int load_balance(int this_cpu, struct rq *this_rq, | |||
5012 | struct sched_group *group; | 5012 | struct sched_group *group; |
5013 | struct rq *busiest; | 5013 | struct rq *busiest; |
5014 | unsigned long flags; | 5014 | unsigned long flags; |
5015 | struct cpumask *cpus = __get_cpu_var(load_balance_tmpmask); | 5015 | struct cpumask *cpus = __get_cpu_var(load_balance_mask); |
5016 | 5016 | ||
5017 | struct lb_env env = { | 5017 | struct lb_env env = { |
5018 | .sd = sd, | 5018 | .sd = sd, |