Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91063
b: refs/heads/master
c: 9f0e738
h: refs/heads/master
i:
  91061: 0aa2c6b
  91059: 29ba9d6
  91055: ac8545b
v: v3
  • Loading branch information
Gregory Haskins authored and Ingo Molnar committed Apr 19, 2008
1 parent 5a9721d commit 9bf353c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0297b80339d545045490716fa8591b215fdd9458
refs/heads/master: 9f0e738f492522a2f70ad9a2a0287e4e966c633a
1 change: 1 addition & 0 deletions trunk/kernel/kthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ void kthread_bind(struct task_struct *k, unsigned int cpu)
wait_task_inactive(k);
set_task_cpu(k, cpu);
k->cpus_allowed = cpumask_of_cpu(cpu);
k->rt.nr_cpus_allowed = 1;
}
EXPORT_SYMBOL(kthread_bind);

Expand Down

0 comments on commit 9bf353c

Please sign in to comment.