Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42948
b: refs/heads/master
c: ccdea2f
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Dec 7, 2006
1 parent eea1f00 commit ffd99cd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e384bd1692bab6a1d9aa40c849ac373a68769de2
refs/heads/master: ccdea2f88b5689f0fd29c3804be43a3acf0311e3
2 changes: 1 addition & 1 deletion trunk/kernel/futex.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ static void wake_futex(struct futex_q *q)
* at the end of wake_up_all() does not prevent this store from
* moving.
*/
wmb();
smp_wmb();
q->lock_ptr = NULL;
}

Expand Down

0 comments on commit ffd99cd

Please sign in to comment.