]> 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>
Thu, 26 Jun 2014 17:59:35 +0000 (10:59 -0700)
commit0b99d3975245fc4814df6af2e7107d8f5e5dbe78
tree2d5c811d47aad6f5421a881a58ea60c2668a7fc6
parentf593435c3082ed559ff9bba3c37fd9af48ef303b
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