commit | 78f1c4d6b027993763a5aba83873b0462d06db8f | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:51 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:52 2009 +0930 |
tree | d7a97d02e838b32c458c4ef23e9583d6faedc648 | |
parent | fa40699b975131028a61aa8e095b0b17f350da40 [diff] |
cpumask: use mm_cpumask() wrapper: x86 Makes code futureproof against the impending change to mm->cpu_vm_mask (to be a pointer). 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>