From: Christoph Lameter Date: Tue, 15 Apr 2014 19:20:12 +0000 (-0700) Subject: rcu: Replace __this_cpu_ptr() uses with raw_cpu_ptr() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~2^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa07a58f71ee23a82597ce337126982d0cc60b72;p=pandora-kernel.git 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 Signed-off-by: Christoph Lameter Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed