commit | 0e980234c97f98be6619b9281d83777f725b94ff | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Apr 16 10:07:09 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 14 09:46:10 2014 -0700 |
tree | 04c69fc89c0a9ca6e8ae1d15d993cc1eb7854146 | |
parent | afea227fd4acf4f097a9e77bbc2f07d4856ebd01 [diff] |
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>