cpumask: Use accessors code in core
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:15 +0000 (10:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:15 +0000 (10:12 +1030)
commit915441b601e6662e79f6c958e7be307967a96977
tree633f7cc711d210671f526f297e48bb79f8dce4de
parent4f4b6c1a94a8735bbdc030a2911cf395495645b6
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 <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
init/main.c