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)
commitf0ccf2770f523bd4fc436886a38e499f9ec95c0e
tree61a1ca3ba00b4908e43b7aa4ced9b827e96a067d
parentc9f4a3f53b5d61f86eae3512abdf948878ca3498
sh: convert online CPU map twiddling to cpumask.

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>
arch/sh/kernel/idle.c
arch/sh/kernel/smp.c