From: Peter Zijlstra Date: Sat, 25 Jun 2011 13:45:46 +0000 (+0200) Subject: sched: Unify the ->cpus_allowed mask copy X-Git-Tag: v3.2-rc1~161^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4939602a2441306008c6dca38216b741d4e09a42;p=pandora-kernel.git sched: Unify the ->cpus_allowed mask copy Currently every sched_class::set_cpus_allowed() implementation has to copy the cpumask into task_struct::cpus_allowed, this is pointless, put this copy in the generic code. Signed-off-by: Peter Zijlstra Acked-by: Thomas Gleixner Link: http://lkml.kernel.org/n/tip-jhl5s9fckd9ptw1fzbqqlrd3@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed