diff options
Diffstat (limited to 'kernel/padata.c')
| -rw-r--r-- | kernel/padata.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/padata.c b/kernel/padata.c index 89fe3d1b9efb..072f4ee4eb89 100644 --- a/kernel/padata.c +++ b/kernel/padata.c | |||
| @@ -171,7 +171,7 @@ static struct padata_priv *padata_get_next(struct parallel_data *pd) | |||
| 171 | { | 171 | { |
| 172 | int cpu, num_cpus; | 172 | int cpu, num_cpus; |
| 173 | unsigned int next_nr, next_index; | 173 | unsigned int next_nr, next_index; |
| 174 | struct padata_parallel_queue *queue, *next_queue; | 174 | struct padata_parallel_queue *next_queue; |
| 175 | struct padata_priv *padata; | 175 | struct padata_priv *padata; |
| 176 | struct padata_list *reorder; | 176 | struct padata_list *reorder; |
| 177 | 177 | ||
| @@ -204,8 +204,7 @@ static struct padata_priv *padata_get_next(struct parallel_data *pd) | |||
| 204 | goto out; | 204 | goto out; |
| 205 | } | 205 | } |
| 206 | 206 | ||
| 207 | queue = per_cpu_ptr(pd->pqueue, smp_processor_id()); | 207 | if (__this_cpu_read(pd->pqueue->cpu_index) == next_queue->cpu_index) { |
| 208 | if (queue->cpu_index == next_queue->cpu_index) { | ||
| 209 | padata = ERR_PTR(-ENODATA); | 208 | padata = ERR_PTR(-ENODATA); |
| 210 | goto out; | 209 | goto out; |
| 211 | } | 210 | } |
