|
@@ -123,7 +123,7 @@ static int rcu_fanout_leaf = RCU_FANOUT_LEAF;
|
|
|
module_param(rcu_fanout_leaf, int, 0444);
|
|
|
int rcu_num_lvls __read_mostly = RCU_NUM_LVLS;
|
|
|
/* Number of rcu_nodes at specified level. */
|
|
|
-static int num_rcu_lvl[] = NUM_RCU_LVL_INIT;
|
|
|
+int num_rcu_lvl[] = NUM_RCU_LVL_INIT;
|
|
|
int rcu_num_nodes __read_mostly = NUM_RCU_NODES; /* Total # rcu_nodes in use. */
|
|
|
/* panic() on RCU Stall sysctl. */
|
|
|
int sysctl_panic_on_rcu_stall __read_mostly;
|