hc
2023-11-23 7d07b3ae8ddad407913c5301877e694430a3263f
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();