percpu: Fix raw_cpu_inc_return()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 16 Apr 2014 17:07:09 +0000 (10:07 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 16:46:10 +0000 (09:46 -0700)
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 <paulmck@linux.vnet.ibm.com>
Acked-by: Christoph Lameter <cl@linux.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/linux/percpu.h

Simple merge