consolidate.2019.01.26a: RCU flavor consolidation cleanups.
fwd.2019.01.26a: RCU grace-period forward-progress fixes.
}
EXPORT_SYMBOL_GPL(rcu_exp_batches_completed);
-/*
- * Force a quiescent state.
- */
-void rcu_force_quiescent_state(void)
-{
- force_quiescent_state();
-}
-EXPORT_SYMBOL_GPL(rcu_force_quiescent_state);
-
+ /*
+ * Return the root node of the rcu_state structure.
+ */
+ static struct rcu_node *rcu_get_root(void)
+ {
+ return &rcu_state.node[0];
+ }
+
/*
* Convert a ->gp_state value to a character string.
*/