cpumask: use mm_cpumask() wrapper: kernel/fork.c
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 31 Mar 2009 04:05:12 +0000 (22:05 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Mar 2009 11:35:13 +0000 (22:05 +1030)
commit9489424454c93f4d225d7af47978f8c7e84bf4d4
treeb97394982298e4e191b2766408ff8a3dff99266a
parent2b17fa506c418e9fb02bbbc7f426d2bbb5b247a6
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>
kernel/fork.c