aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutree.h')
-rw-r--r--kernel/rcutree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcutree.h b/kernel/rcutree.h
index 19b61ac1079f..e978845c6800 100644
--- a/kernel/rcutree.h
+++ b/kernel/rcutree.h
@@ -97,6 +97,7 @@ struct rcu_dynticks {
97 /* # times non-lazy CBs posted to CPU. */ 97 /* # times non-lazy CBs posted to CPU. */
98 unsigned long nonlazy_posted_snap; 98 unsigned long nonlazy_posted_snap;
99 /* idle-period nonlazy_posted snapshot. */ 99 /* idle-period nonlazy_posted snapshot. */
100 int tick_nohz_enabled_snap; /* Previously seen value from sysfs. */
100#endif /* #ifdef CONFIG_RCU_FAST_NO_HZ */ 101#endif /* #ifdef CONFIG_RCU_FAST_NO_HZ */
101}; 102};
102 103