aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/tree.h')
-rw-r--r--kernel/rcu/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
index aec53c4d4aec..574513cf49b4 100644
--- a/kernel/rcu/tree.h
+++ b/kernel/rcu/tree.h
@@ -493,7 +493,7 @@ static void rcu_nocb_gp_cleanup(struct swait_queue_head *sq);
493static void rcu_init_one_nocb(struct rcu_node *rnp); 493static void rcu_init_one_nocb(struct rcu_node *rnp);
494static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, 494static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp,
495 bool lazy, unsigned long flags); 495 bool lazy, unsigned long flags);
496static bool rcu_nocb_adopt_orphan_cbs(struct rcu_state *rsp, 496static bool rcu_nocb_adopt_orphan_cbs(struct rcu_data *my_rdp,
497 struct rcu_data *rdp, 497 struct rcu_data *rdp,
498 unsigned long flags); 498 unsigned long flags);
499static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp); 499static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp);