commit | b28a7c016618e5e32e0703e3dd111dbba02715ff | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Mar 04 07:39:27 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 27 12:57:59 2015 -0700 |
tree | 87f1d54c122911059cfac2b1933ea07b62d6a7de | |
parent | 727b705baf7d091a9bc5494d7f1d9699b6932531 [diff] |
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>