| commit | f36c2685a0fb7fa844fd4c1f8b95ebf8cd86b915 | [log] [tgz] |
|---|---|---|
| author | Christoph Lameter <cl@linux.com> | Tue Apr 15 12:20:12 2014 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 15 12:27:01 2014 -0700 |
| tree | d43e0525aaa099efa9950277fab4fe1839a1d59d | |
| parent | 1406a45a90a47996c0f15a1f8fee64fb6427e7f9 [diff] |
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>