m32r: convert cpumask api
authorKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Thu, 26 May 2011 23:24:59 +0000 (16:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2011 00:12:32 +0000 (17:12 -0700)
commit937e26c0d1843c92750dac9bca1c972d33e73306
treeaad9ae8c1f736a3acd56fbcc954cb1af7a50ea6e
parentba7328b2d83090c2440b8d0baa6ccfc2ddf1bda6
m32r: convert cpumask api

We plan to remove cpus_xx() old cpumask APIs later.  Also, we plan to
change mm_cpu_mask() implementation, allocate only nr_cpu_ids, thus
*mm_cpu_mask() is dangerous operation.

Then, this patch convert them.

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m32r/include/asm/smp.h
arch/m32r/kernel/smp.c
arch/m32r/kernel/smpboot.c