Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33224
b: refs/heads/master
c: e91467e
h: refs/heads/master
v: v3
  • Loading branch information
Christian Borntraeger authored and Linus Torvalds committed Aug 6, 2006
1 parent 6e5a9cc commit 4a52741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72f0b4e2133ba1d65147d06016c0b6d2202235ca
refs/heads/master: e91467ecd1ef381377fd327c0ded922835ec52ab
1 change: 1 addition & 0 deletions trunk/kernel/futex.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ static int unqueue_me(struct futex_q *q)
/* In the common case we don't take the spinlock, which is nice. */
retry:
lock_ptr = q->lock_ptr;
barrier();
if (lock_ptr != 0) {
spin_lock(lock_ptr);
/*
Expand Down

0 comments on commit 4a52741

Please sign in to comment.