commit | 9489424454c93f4d225d7af47978f8c7e84bf4d4 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:12 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 30 22:05:13 2009 +1030 |
tree | b97394982298e4e191b2766408ff8a3dff99266a | |
parent | 2b17fa506c418e9fb02bbbc7f426d2bbb5b247a6 [diff] |
cpumask: use mm_cpumask() wrapper: kernel/fork.c Impact: futureproof Makes code futureproof against the impending change to mm->cpu_vm_mask. It's also a chance to use the new cpumask_ ops which take a pointer. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>