From: Rusty Russell Date: Sun, 15 Mar 2009 18:16:43 +0000 (+0000) Subject: cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask X-Git-Tag: v2.6.30-rc1~619^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56aa4129e87be43676c6e3eac41a6aa553877802;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed