rcu: Tell the compiler that rcu_state_p is immutable
This commit adds a "const" tag to the declarations of rcu_state_p,
which should allow the compiler to generate better code and also to
catch erroneous assignments to this variable.
Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Loading
Please register or sign in to comment