hc
2023-11-20 21dac118b553f9ebfb6b3a809dbe1794dfa9fb0b
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();