aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/rcuclassic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/rcuclassic.h b/include/linux/rcuclassic.h
index 04c728147be0..16589958b40e 100644
--- a/include/linux/rcuclassic.h
+++ b/include/linux/rcuclassic.h
@@ -46,6 +46,9 @@ struct rcu_ctrlblk {
46 long cur; /* Current batch number. */ 46 long cur; /* Current batch number. */
47 long completed; /* Number of the last completed batch */ 47 long completed; /* Number of the last completed batch */
48 long pending; /* Number of the last pending batch */ 48 long pending; /* Number of the last pending batch */
49#ifdef CONFIG_DEBUG_RCU_STALL
50 unsigned long gp_check; /* Time grace period should end, in seconds. */
51#endif /* #ifdef CONFIG_DEBUG_RCU_STALL */
49 52
50 int signaled; 53 int signaled;
51 54