Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42356
b: refs/heads/master
c: 4f8b5c7
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Dec 4, 2006
1 parent 6edc4fd commit f9e66fb
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: 05e4396651ca1cac51d8da9ff4992741c9dc1e39
refs/heads/master: 4f8b5c70967de5fd27f2092f1f8da47f4705bb67
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static __inline__ int atomic_sub_if_positive(int i, atomic_t * v)

#ifdef CONFIG_64BIT

typedef struct { volatile __s64 counter; } atomic64_t;
typedef struct { volatile long counter; } atomic64_t;

#define ATOMIC64_INIT(i) { (i) }

Expand Down

0 comments on commit f9e66fb

Please sign in to comment.