Loading lib/smp_processor_id.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ notrace unsigned int debug_smp_processor_id(void) * Kernel threads bound to a single CPU can safely use * smp_processor_id(): */ if (cpus_equal(current->cpus_allowed, cpumask_of_cpu(this_cpu))) if (cpumask_equal(¤t->cpus_allowed, cpumask_of(this_cpu))) goto out; /* Loading Loading
lib/smp_processor_id.c +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ notrace unsigned int debug_smp_processor_id(void) * Kernel threads bound to a single CPU can safely use * smp_processor_id(): */ if (cpus_equal(current->cpus_allowed, cpumask_of_cpu(this_cpu))) if (cpumask_equal(¤t->cpus_allowed, cpumask_of(this_cpu))) goto out; /* Loading