aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/tree_plugin.h')
-rw-r--r--kernel/rcu/tree_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h
index 0082fce402a0..85c5a883c6e3 100644
--- a/kernel/rcu/tree_plugin.h
+++ b/kernel/rcu/tree_plugin.h
@@ -2173,6 +2173,7 @@ static int rcu_nocb_kthread(void *arg)
2173 cl++; 2173 cl++;
2174 c++; 2174 c++;
2175 local_bh_enable(); 2175 local_bh_enable();
2176 cond_resched_rcu_qs();
2176 list = next; 2177 list = next;
2177 } 2178 }
2178 trace_rcu_batch_end(rdp->rsp->name, c, !!list, 0, 0, 1); 2179 trace_rcu_batch_end(rdp->rsp->name, c, !!list, 0, 0, 1);