From: Mike Travis Date: Sat, 5 Apr 2008 01:11:06 +0000 (-0700) Subject: generic: use new set_cpus_allowed_ptr function X-Git-Tag: v2.6.26-rc1~1132^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70316dace2bb99730800d47044acb818c6735f6;p=pandora-kernel.git generic: use new set_cpus_allowed_ptr function * Use new set_cpus_allowed_ptr() function added by previous patch, which instead of passing the "newly allowed cpus" cpumask_t arg by value, pass it by pointer: -int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) +int set_cpus_allowed_ptr(struct task_struct *p, const cpumask_t *new_mask) * Modify CPU_MASK_ALL 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