From: Paul E. McKenney Date: Tue, 21 Oct 2014 15:03:57 +0000 (-0700) Subject: rcu: Remove "cpu" argument to rcu_pending() X-Git-Tag: omap-for-v3.19/fixes-rc1~168^2^2^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3950ecd55383f7bd8a06a9649091ccfbbcf5505;p=pandora-kernel.git rcu: Remove "cpu" argument to rcu_pending() Because rcu_pending()'s argument is guaranteed to always be the current CPU, drop the argument and replace per_cpu_ptr() with this_cpu_ptr(). Signed-off-by: Paul E. McKenney Reviewed-by: Pranith Kumar --- Reading git-diff-tree failed