powerpc/cpumask: Convert smp_cpus_done to new cpumask API
authorAnton Blanchard <anton@samba.org>
Mon, 26 Apr 2010 15:32:34 +0000 (15:32 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 6 May 2010 07:16:13 +0000 (17:16 +1000)
commitbfb9126defa80cbed6d91ed9685b238b0d7e81c4
treed18fae5c17595ecbc40e1e4b93f2f58a611cd758
parentd5f86fe3457f48f27eecd40c605e7876d026af7c
powerpc/cpumask: Convert smp_cpus_done to new cpumask API

Use the new cpumask_* functions and dynamically allocate the cpumask in
smp_cpus_done.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/smp.c