hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/arch/powerpc/platforms/cell/spufs/sched.c
....@@ -141,7 +141,7 @@
141141 * runqueue. The context will be rescheduled on the proper node
142142 * if it is timesliced or preempted.
143143 */
144
- cpumask_copy(&ctx->cpus_allowed, &current->cpus_allowed);
144
+ cpumask_copy(&ctx->cpus_allowed, current->cpus_ptr);
145145
146146 /* Save the current cpu id for spu interrupt routing. */
147147 ctx->last_ran = raw_smp_processor_id();