Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311724
b: refs/heads/master
c: b89d607
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jul 5, 2012
1 parent b739b77 commit 88dc7a0
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: f8b435bb918412c9410da4c4b0b02b6b3d99b27c
refs/heads/master: b89d607b590397c04b63d94a9e2fca9649917955
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ typedef struct {

#define ATOMIC64_INIT(i) { (i) }

static inline u64 atomic64_read(atomic64_t *v)
static inline u64 atomic64_read(const atomic64_t *v)
{
u64 result;

Expand Down

0 comments on commit 88dc7a0

Please sign in to comment.