commit | 937e26c0d1843c92750dac9bca1c972d33e73306 | [log] [tgz] |
---|---|---|
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | Thu May 26 16:24:59 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 26 17:12:32 2011 -0700 |
tree | aad9ae8c1f736a3acd56fbcc954cb1af7a50ea6e | |
parent | ba7328b2d83090c2440b8d0baa6ccfc2ddf1bda6 [diff] |
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>