Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312187
b: refs/heads/master
c: e9023c4
h: refs/heads/master
i:
  312185: bdaaca7
  312183: 27c55fe
v: v3
  • Loading branch information
Paul E. McKenney committed Jul 2, 2012
1 parent 42ba3d0 commit b5d7b1e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e5c1f444d28b1a9eaf9c3927041db0414f684ef4
refs/heads/master: e9023c4061054cbf59c5288068118a4d0b152f01
6 changes: 3 additions & 3 deletions trunk/include/linux/rcupdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,10 @@ static inline void rcu_preempt_sleep_check(void)
(_________p1); \
})
#define __rcu_assign_pointer(p, v, space) \
({ \
do { \
smp_wmb(); \
(p) = (typeof(*v) __force space *)(v); \
})
} while (0)


/**
Expand Down Expand Up @@ -851,7 +851,7 @@ static inline notrace void rcu_read_unlock_sched_notrace(void)
*
* Assigns the specified value to the specified RCU-protected
* pointer, ensuring that any concurrent RCU readers will see
* any prior initialization. Returns the value assigned.
* any prior initialization.
*
* Inserts memory barriers on architectures that require them
* (which is most of them), and also prevents the compiler from
Expand Down

0 comments on commit b5d7b1e

Please sign in to comment.