diff options
Diffstat (limited to 'kernel/rcutree_plugin.h')
-rw-r--r-- | kernel/rcutree_plugin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h index 09b7325baad1..1cee04f627eb 100644 --- a/kernel/rcutree_plugin.h +++ b/kernel/rcutree_plugin.h | |||
@@ -370,9 +370,8 @@ static void rcu_preempt_check_callbacks(int cpu) | |||
370 | rcu_preempt_qs(cpu); | 370 | rcu_preempt_qs(cpu); |
371 | return; | 371 | return; |
372 | } | 372 | } |
373 | if (per_cpu(rcu_preempt_data, cpu).qs_pending) { | 373 | if (per_cpu(rcu_preempt_data, cpu).qs_pending) |
374 | t->rcu_read_unlock_special |= RCU_READ_UNLOCK_NEED_QS; | 374 | t->rcu_read_unlock_special |= RCU_READ_UNLOCK_NEED_QS; |
375 | } | ||
376 | } | 375 | } |
377 | 376 | ||
378 | /* | 377 | /* |