rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()
authorChristoph Lameter <cl@linux.com>
Tue, 15 Apr 2014 19:20:12 +0000 (12:20 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 29 Apr 2014 15:45:35 +0000 (08:45 -0700)
commitfa07a58f71ee23a82597ce337126982d0cc60b72
tree9d6b42e2c700e63a45120aaf31b1fdf8e500960e
parent8c96ae1dfa1608b92ddbf8bb285d7269832e4ac0
rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr()

__this_cpu_ptr is being phased out.

One special case is increment_cpu_stall_ticks().
A per cpu variable is incremented so use raw_cpu_inc().

Cc: Dipankar Sarma <dipankar@in.ibm.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h