Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285047
b: refs/heads/master
c: 8030c36
h: refs/heads/master
i:
  285045: 8cf402b
  285043: 7cf4577
  285039: 0811253
v: v3
  • Loading branch information
H. Peter Anvin committed Jan 10, 2012
1 parent 13b0e8f commit 22ca078
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: da517a08ac5913cd80ce3507cddd00f2a091b13c
refs/heads/master: 8030c36d13f030103356709e63638678fdc66fdc
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/atomic64_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static inline void atomic64_set(atomic64_t *v, long long i)
*
* Atomically reads the value of @v and returns it.
*/
static inline long long atomic64_read(atomic64_t *v)
static inline long long atomic64_read(const atomic64_t *v)
{
long long r;
asm volatile(ATOMIC64_ALTERNATIVE(read)
Expand Down

0 comments on commit 22ca078

Please sign in to comment.