aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutree.h')
-rw-r--r--kernel/rcutree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/rcutree.h b/kernel/rcutree.h
index 780a0195d35a..049896a835d9 100644
--- a/kernel/rcutree.h
+++ b/kernel/rcutree.h
@@ -364,6 +364,8 @@ struct rcu_state {
364 u32 levelcnt[MAX_RCU_LVLS + 1]; /* # nodes in each level. */ 364 u32 levelcnt[MAX_RCU_LVLS + 1]; /* # nodes in each level. */
365 u8 levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ 365 u8 levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */
366 struct rcu_data __percpu *rda; /* pointer of percu rcu_data. */ 366 struct rcu_data __percpu *rda; /* pointer of percu rcu_data. */
367 void (*call)(struct rcu_head *head, /* call_rcu() flavor. */
368 void (*func)(struct rcu_head *head));
367 369
368 /* The following fields are guarded by the root rcu_node's lock. */ 370 /* The following fields are guarded by the root rcu_node's lock. */
369 371