Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300041
b: refs/heads/master
c: 2f62427
h: refs/heads/master
i:
  300039: a1b112d
v: v3
  • Loading branch information
Linus Torvalds committed May 4, 2012
1 parent d42a768 commit 64adc5d
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: f0f376f204b6047bbb405180f796e93cc8444f09
refs/heads/master: 2f624278626677bfaf73fef97f86b37981621f5c
2 changes: 1 addition & 1 deletion trunk/include/linux/seqlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static inline unsigned __read_seqcount_begin(const seqcount_t *s)
unsigned ret;

repeat:
ret = s->sequence;
ret = ACCESS_ONCE(s->sequence);
if (unlikely(ret & 1)) {
cpu_relax();
goto repeat;
Expand Down

0 comments on commit 64adc5d

Please sign in to comment.