Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268971
b: refs/heads/master
c: d322f45
h: refs/heads/master
i:
  268969: 3d83717
  268967: 959b37d
v: v3
  • Loading branch information
Eric Dumazet authored and Paul E. McKenney committed Sep 29, 2011
1 parent 108703e commit a711806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 7eb4f4553ceaa6c64da83c8a71d5a991c0188655
refs/heads/master: d322f45ceed525daa9401154590bbae3222cfefb
4 changes: 1 addition & 3 deletions trunk/include/linux/rcupdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,7 @@ extern int rcu_my_thread_group_empty(void);
})
#define __rcu_assign_pointer(p, v, space) \
({ \
if (!__builtin_constant_p(v) || \
((v) != NULL)) \
smp_wmb(); \
smp_wmb(); \
(p) = (typeof(*v) __force space *)(v); \
})

Expand Down

0 comments on commit a711806

Please sign in to comment.