sched: fix cpus_allowed settings
Signed-off-by: Gregory Haskins <ghaskins@novell.com> Acked-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
0297b80339
commit
9f0e738f49
@@ -180,6 +180,7 @@ void kthread_bind(struct task_struct *k, unsigned int cpu)
|
|||||||
wait_task_inactive(k);
|
wait_task_inactive(k);
|
||||||
set_task_cpu(k, cpu);
|
set_task_cpu(k, cpu);
|
||||||
k->cpus_allowed = cpumask_of_cpu(cpu);
|
k->cpus_allowed = cpumask_of_cpu(cpu);
|
||||||
|
k->rt.nr_cpus_allowed = 1;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(kthread_bind);
|
EXPORT_SYMBOL(kthread_bind);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user