diff options
Diffstat (limited to 'kernel/sched_rt.c')
-rw-r--r-- | kernel/sched_rt.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c index a8f89bc3e5eb..13f728ef5b38 100644 --- a/kernel/sched_rt.c +++ b/kernel/sched_rt.c | |||
@@ -1173,13 +1173,6 @@ static int find_lowest_rq(struct task_struct *task) | |||
1173 | return -1; /* No targets found */ | 1173 | return -1; /* No targets found */ |
1174 | 1174 | ||
1175 | /* | 1175 | /* |
1176 | * Only consider CPUs that are usable for migration. | ||
1177 | * I guess we might want to change cpupri_find() to ignore those | ||
1178 | * in the first place. | ||
1179 | */ | ||
1180 | cpumask_and(lowest_mask, lowest_mask, cpu_active_mask); | ||
1181 | |||
1182 | /* | ||
1183 | * At this point we have built a mask of cpus representing the | 1176 | * At this point we have built a mask of cpus representing the |
1184 | * lowest priority tasks in the system. Now we want to elect | 1177 | * lowest priority tasks in the system. Now we want to elect |
1185 | * the best one based on our affinity and topology. | 1178 | * the best one based on our affinity and topology. |