Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234163
b: refs/heads/master
c: af79420
h: refs/heads/master
i:
  234161: 7cfe728
  234159: 37cd4ae
v: v3
  • Loading branch information
David Howells committed Mar 14, 2011
1 parent ca29cc0 commit cdd3c90
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: dcca52c21e44aa69713390d6872c425b21df3abe
refs/heads/master: af794206542e03d62138a107ee0ffb5e7d631881
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/include/asm/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static inline unsigned long __cmpxchg(volatile unsigned long *m,
* Atomically reads the value of @v. Note that the guaranteed
* useful range of an atomic_t is only 24 bits.
*/
#define atomic_read(v) ((v)->counter)
#define atomic_read(v) (ACCESS_ONCE((v)->counter))

/**
* atomic_set - set atomic variable
Expand Down

0 comments on commit cdd3c90

Please sign in to comment.