diff options
author | Christoph Lameter <cl@linux.com> | 2014-04-15 21:20:12 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-04-29 17:45:35 +0200 |
commit | fa07a58f71ee23a82597ce337126982d0cc60b72 (patch) | |
tree | 9d6b42e2c700e63a45120aaf31b1fdf8e500960e /kernel/softirq.c | |
parent | rcu: Remove duplicate resched_cpu() declaration (diff) | |
download | linux-fa07a58f71ee23a82597ce337126982d0cc60b72.tar.xz linux-fa07a58f71ee23a82597ce337126982d0cc60b72.zip |
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>
Diffstat (limited to 'kernel/softirq.c')
0 files changed, 0 insertions, 0 deletions