commit | f0ccf2770f523bd4fc436886a38e499f9ec95c0e | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Apr 26 18:39:50 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Apr 26 18:39:50 2010 +0900 |
tree | 61a1ca3ba00b4908e43b7aa4ced9b827e96a067d | |
parent | c9f4a3f53b5d61f86eae3512abdf948878ca3498 [diff] |
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>