commit | 104699c0ab473535793b5fea156adaf309afd29b | [log] [tgz] |
---|---|---|
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | Thu Apr 28 05:07:23 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed May 04 15:22:59 2011 +1000 |
tree | 6fb55df112b7beb3af4840378b5b3bb55565659b | |
parent | 48404f2e95ef0ffd8134d89c8abcd1a15e15f1b0 [diff] |
powerpc: Convert old cpumask API into new one Adapt new API. Almost change is trivial. Most important change is the below line because we plan to change task->cpus_allowed implementation. - ctx->cpus_allowed = current->cpus_allowed; Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>