sh: convert online CPU map twiddling to cpumask.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 26 Apr 2010 09:39:50 +0000 (18:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 26 Apr 2010 09:39:50 +0000 (18:39 +0900)
This converts from cpu_set() for the online map to set_cpu_online().
The two online map modifiers were the last remaining manual map
manipulation bits, with this in place everything now goes through
cpumask.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found