kernel/arch/mips/kernel/mips-mt-fpaff.c
.. .. @@ -177,7 +177,7 @@ 177 177 if (retval) 178 178 goto out_unlock; 179 179 180 - cpumask_or(&allowed, &p->thread.user_cpus_allowed, &p->cpus_allowed);180 + cpumask_or(&allowed, &p->thread.user_cpus_allowed, p->cpus_ptr);181 181 cpumask_and(&mask, &allowed, cpu_active_mask); 182 182 183 183 out_unlock: