]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Make rcu node arrays static const char * const
authorFabian Frederick <fabf@skynet.be>
Tue, 6 May 2014 17:21:14 +0000 (19:21 +0200)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 18:41:07 +0000 (11:41 -0700)
commitd11bf49611043a6947d33909f11f9d200b806d1a
tree03cd385b95204851ca33e03d474186391fa15abb
parent3de419a81d26d0d6f6414149dcd5f633a5e51390
rcu: Make rcu node arrays static const char * const

Those two arrays are being passed to lockdep_init_map(), which expects
const char *, and are stored in lockdep_map the same way.

Cc: Dipankar Sarma <dipankar@in.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c