From 9d4112c02b82ae2425754e81654bea868e2fdf20 Mon Sep 17 00:00:00 2001 From: Konstantin Khlebnikov Date: Sun, 19 Feb 2012 18:29:11 +0400 Subject: [PATCH] --- yaml --- r: 288198 b: refs/heads/master c: 7d96b3e55ad45ebe4ff1a1daad27ac1fff8682ec h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/percpu.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6adc81985916..021ac2af5f26 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26dd8e0291fd699142722632c6588a438d6ef0e4 +refs/heads/master: 7d96b3e55ad45ebe4ff1a1daad27ac1fff8682ec diff --git a/trunk/include/linux/percpu.h b/trunk/include/linux/percpu.h index 32cd1f67462e..3b609eb9cd7d 100644 --- a/trunk/include/linux/percpu.h +++ b/trunk/include/linux/percpu.h @@ -718,7 +718,8 @@ do { \ # ifndef __this_cpu_add_return_8 # define __this_cpu_add_return_8(pcp, val) __this_cpu_generic_add_return(pcp, val) # endif -# define __this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) +# define __this_cpu_add_return(pcp, val) \ + __pcpu_size_call_return2(__this_cpu_add_return_, pcp, val) #endif #define __this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(val))