diff options
Diffstat (limited to 'kernel/rcu/tree.h')
| -rw-r--r-- | kernel/rcu/tree.h | 2 |
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); | |||
| 493 | static void rcu_init_one_nocb(struct rcu_node *rnp); | 493 | static void rcu_init_one_nocb(struct rcu_node *rnp); |
| 494 | static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, | 494 | static bool __call_rcu_nocb(struct rcu_data *rdp, struct rcu_head *rhp, |
| 495 | bool lazy, unsigned long flags); | 495 | bool lazy, unsigned long flags); |
| 496 | static bool rcu_nocb_adopt_orphan_cbs(struct rcu_state *rsp, | 496 | static 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); |
| 499 | static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp); | 499 | static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp); |
