commit | 56aa4129e87be43676c6e3eac41a6aa553877802 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Sun Mar 15 18:16:43 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 24 13:47:29 2009 +1100 |
tree | 51fff04b2393a6e2ae6f6ab2b27126428eec651d | |
parent | f5ac590e79d693d4239997265405535a2e0c36bd [diff] |
cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask 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 (the older ones are deprecated, but there's no hurry for arch code). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>