OSDN Git Service

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)
commit0e980234c97f98be6619b9281d83777f725b94ff
tree04c69fc89c0a9ca6e8ae1d15d993cc1eb7854146
parentafea227fd4acf4f097a9e77bbc2f07d4856ebd01
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 <paulmck@linux.vnet.ibm.com>
Acked-by: Christoph Lameter <cl@linux.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
include/linux/percpu.h