hc
2023-11-22 d0a428a6556ea5a006e22e28b0b1cd037885fe20
kernel/arch/mips/kernel/mips-mt-fpaff.c
....@@ -177,7 +177,7 @@
177177 if (retval)
178178 goto out_unlock;
179179
180
- cpumask_or(&allowed, &p->thread.user_cpus_allowed, &p->cpus_allowed);
180
+ cpumask_or(&allowed, &p->thread.user_cpus_allowed, p->cpus_ptr);
181181 cpumask_and(&mask, &allowed, cpu_active_mask);
182182
183183 out_unlock: