aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched_fair.c')
-rw-r--r--kernel/sched_fair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index 7f700263f04c..cf2cd6ce4cb2 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -1033,7 +1033,7 @@ static int wake_idle(int cpu, struct task_struct *p)
1033 && !task_hot(p, task_rq(p)->clock, sd))) { 1033 && !task_hot(p, task_rq(p)->clock, sd))) {
1034 cpus_and(tmp, sd->span, p->cpus_allowed); 1034 cpus_and(tmp, sd->span, p->cpus_allowed);
1035 cpus_and(tmp, tmp, cpu_active_map); 1035 cpus_and(tmp, tmp, cpu_active_map);
1036 for_each_cpu_mask(i, tmp) { 1036 for_each_cpu_mask_nr(i, tmp) {
1037 if (idle_cpu(i)) { 1037 if (idle_cpu(i)) {
1038 if (i != task_cpu(p)) { 1038 if (i != task_cpu(p)) {
1039 schedstat_inc(p, 1039 schedstat_inc(p,