From: Rusty Russell Date: Wed, 31 Dec 2008 23:42:15 +0000 (+1030) Subject: cpumask: Use accessors code in core X-Git-Tag: v2.6.29-rc1~521^2~11^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915441b601e6662e79f6c958e7be307967a96977;p=pandora-kernel.git cpumask: Use accessors code in core Impact: use new API cpu_*_map are going away in favour of cpu_*_mask, but const pointers. So we have accessors where we really do want to frob them. Archs will also need the (trivial) conversion before we can finally remove cpu_*_map. Signed-off-by: Rusty Russell Signed-off-by: Mike Travis --- Reading git-diff-tree failed