From: Mike Travis Date: Sat, 5 Apr 2008 01:11:07 +0000 (-0700) Subject: cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer X-Git-Tag: v2.6.26-rc1~1132^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a86fcbbb1e5542eabf45c9144ac4b6330861a4;p=pandora-kernel.git cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer * Modify cpuset_cpus_allowed to return the currently allowed cpuset via a pointer argument instead of as the function return value. * Use new set_cpus_allowed_ptr function. * Cleanup CPU_MASK_ALL and NODE_MASK_ALL uses. Depends on: [sched-devel]: sched: add new set_cpus_allowed_ptr function Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed