From: Peter Zijlstra Date: Thu, 16 Jun 2011 10:23:22 +0000 (+0200) Subject: sched: Wrap scheduler p->cpus_allowed access X-Git-Tag: v3.2-rc1~161^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa17b507f142d37aeac322a95f6f7c6375f25601;p=pandora-kernel.git sched: Wrap scheduler p->cpus_allowed access This task is preparatory for the migrate_disable() implementation, but stands on its own and provides a cleanup. It currently only converts those sites required for task-placement. Kosaki-san once mentioned replacing cpus_allowed with a proper cpumask_t instead of the NR_CPUS sized array it currently is, that would also require something like this. Signed-off-by: Peter Zijlstra Acked-by: Thomas Gleixner Cc: KOSAKI Motohiro Link: http://lkml.kernel.org/n/tip-e42skvaddos99psip0vce41o@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed