commit | 76e6eee03353f01bfca707d4dbb1f10a4ee27dc0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 12 14:35:43 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 12 14:35:44 2009 +1030 |
tree | 6b0378b1da6ae16e04d19f3c742b7863716b8e14 | |
parent | 99adcd9d67aaf04e28f5ae96df280f236bde4b66 [diff] |
cpumask: tsk_cpumask for accessing the struct task_struct's cpus_allowed. This allows us to change the representation (to a dangling bitmap or cpumask_var_t) without breaking all the callers: they can use tsk_cpumask() now and won't see a difference as the changes roll into linux-next. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>