.. | .. |
---|
120 | 120 | const struct sched_dl_entity *dl_se = &p->dl; |
---|
121 | 121 | |
---|
122 | 122 | if (later_mask && |
---|
123 | | - cpumask_and(later_mask, cp->free_cpus, &p->cpus_mask)) { |
---|
| 123 | + cpumask_and(later_mask, cp->free_cpus, p->cpus_ptr)) { |
---|
124 | 124 | unsigned long cap, max_cap = 0; |
---|
125 | 125 | int cpu, max_cpu = -1; |
---|
126 | 126 | |
---|
.. | .. |
---|
151 | 151 | |
---|
152 | 152 | WARN_ON(best_cpu != -1 && !cpu_present(best_cpu)); |
---|
153 | 153 | |
---|
154 | | - if (cpumask_test_cpu(best_cpu, &p->cpus_mask) && |
---|
| 154 | + if (cpumask_test_cpu(best_cpu, p->cpus_ptr) && |
---|
155 | 155 | dl_time_before(dl_se->deadline, cp->elements[0].dl)) { |
---|
156 | 156 | if (later_mask) |
---|
157 | 157 | cpumask_set_cpu(best_cpu, later_mask); |
---|