Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288198
b: refs/heads/master
c: 7d96b3e
h: refs/heads/master
v: v3
  • Loading branch information
Konstantin Khlebnikov authored and Tejun Heo committed Feb 21, 2012
1 parent 61ccbfe commit 9d4112c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26dd8e0291fd699142722632c6588a438d6ef0e4
refs/heads/master: 7d96b3e55ad45ebe4ff1a1daad27ac1fff8682ec
3 changes: 2 additions & 1 deletion trunk/include/linux/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9d4112c

Please sign in to comment.