On 19.03.2020 01:12, Dario Faggioli wrote: > @@ -3328,12 +3325,9 @@ runq_candidate(struct csched2_runqueue_data *rqd, > (unsigned char *)&d); > } > > - /* Only consider units that are allowed to run on this processor. */ > + /* Only consider vcpus that are allowed to run on this processor. */ > if ( !cpumask_test_cpu(cpu, svc->unit->cpu_hard_affinity) )
While backporting this to 4.12 I noticed that this is a presumably unintended comment adjustment. Jan