Skip to content
Commit 0e980234 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

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: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: default avatarChristoph Lameter <cl@linux.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
parent afea227f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment