diff options
Diffstat (limited to 'kernel/kthread.c')
-rw-r--r-- | kernel/kthread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kthread.c b/kernel/kthread.c index 92dd1bcaa0df..92cf6930ab51 100644 --- a/kernel/kthread.c +++ b/kernel/kthread.c | |||
@@ -179,6 +179,7 @@ void kthread_bind(struct task_struct *k, unsigned int cpu) | |||
179 | wait_task_inactive(k); | 179 | wait_task_inactive(k); |
180 | set_task_cpu(k, cpu); | 180 | set_task_cpu(k, cpu); |
181 | k->cpus_allowed = cpumask_of_cpu(cpu); | 181 | k->cpus_allowed = cpumask_of_cpu(cpu); |
182 | k->rt.nr_cpus_allowed = 1; | ||
182 | } | 183 | } |
183 | EXPORT_SYMBOL(kthread_bind); | 184 | EXPORT_SYMBOL(kthread_bind); |
184 | 185 | ||