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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index f881fc5e035c..2208692dc4a0 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -925,6 +925,9 @@ static int select_task_rq_fair(struct task_struct *p, int sync)
925 this_cpu = smp_processor_id(); 925 this_cpu = smp_processor_id();
926 new_cpu = cpu; 926 new_cpu = cpu;
927 927
928 if (cpu == this_cpu)
929 goto out_set_cpu;
930
928 for_each_domain(this_cpu, sd) { 931 for_each_domain(this_cpu, sd) {
929 if (cpu_isset(cpu, sd->span)) { 932 if (cpu_isset(cpu, sd->span)) {
930 this_sd = sd; 933 this_sd = sd;