Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312185
b: refs/heads/master
c: d1b88eb
h: refs/heads/master
i:
  312183: 27c55fe
v: v3
  • Loading branch information
Paul E. McKenney committed Jul 2, 2012
1 parent fdd07fd commit bdaaca7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d36cc701b28983ea2c8d80afe68aae5452aea3bf
refs/heads/master: d1b88eb9e3bccaa43fb5d1bde1cbe210b3434731
4 changes: 3 additions & 1 deletion trunk/include/linux/rcupdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,9 @@ static inline notrace void rcu_read_unlock_sched_notrace(void)
* the reader-accessible portions of the linked structure.
*/
#define RCU_INIT_POINTER(p, v) \
p = (typeof(*v) __force __rcu *)(v)
do { \
p = (typeof(*v) __force __rcu *)(v); \
} while (0)

/**
* RCU_POINTER_INITIALIZER() - statically initialize an RCU protected pointer
Expand Down

0 comments on commit bdaaca7

Please sign in to comment.