kernel/arch/powerpc/platforms/cell/spufs/sched.c
.. .. @@ -141,7 +141,7 @@ 141 141 * runqueue. The context will be rescheduled on the proper node 142 142 * if it is timesliced or preempted. 143 143 */ 144 - cpumask_copy(&ctx->cpus_allowed, ¤t->cpus_allowed);144 + cpumask_copy(&ctx->cpus_allowed, current->cpus_ptr);145 145 146 146 /* Save the current cpu id for spu interrupt routing. */ 147 147 ctx->last_ran = raw_smp_processor_id();