From: Paul E. McKenney Date: Wed, 16 Apr 2014 17:07:09 +0000 (-0700) Subject: percpu: Fix raw_cpu_inc_return() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~2^3~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e980234c97f98be6619b9281d83777f725b94ff;p=pandora-kernel.git percpu: Fix raw_cpu_inc_return() The definition for raw_cpu_add_return() uses the operation prefix "raw_add_return_", but the definitions in the various percpu.h files expect "raw_cpu_add_return_". This commit therefore appropriately adjusts the definition of raw_cpu_add_return(). Signed-off-by: Paul E. McKenney Acked-by: Christoph Lameter Reviewed-by: Josh Triplett --- Reading git-diff-tree failed