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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
index 5d447ceba769..69bd6bec05bb 100644
--- a/kernel/rcu/tree.h
+++ b/kernel/rcu/tree.h
@@ -49,10 +49,6 @@ struct rcu_dynticks {
49 /* # times non-lazy CBs posted to CPU. */ 49 /* # times non-lazy CBs posted to CPU. */
50 unsigned long nonlazy_posted_snap; 50 unsigned long nonlazy_posted_snap;
51 /* idle-period nonlazy_posted snapshot. */ 51 /* idle-period nonlazy_posted snapshot. */
52 unsigned long last_accelerate;
53 /* Last jiffy CBs were accelerated. */
54 unsigned long last_advance_all;
55 /* Last jiffy CBs were all advanced. */
56#endif /* #ifdef CONFIG_RCU_FAST_NO_HZ */ 52#endif /* #ifdef CONFIG_RCU_FAST_NO_HZ */
57}; 53};
58 54