Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70991
b: refs/heads/master
c: 883001f
h: refs/heads/master
i:
  70989: 49588e4
  70987: 9562b88
  70983: 981d4cc
  70975: ddb67dd
v: v3
  • Loading branch information
Chris Snook authored and Thomas Gleixner committed Oct 17, 2007
1 parent 4c41dcb commit 29d6e8e
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: 5f1f935ca4e385444c07164cf43dfdfe5eeee006
refs/heads/master: 883001f98290ca40b32e2c1872f22600f8dfc968
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/atomic_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static __inline__ int atomic_sub_return(int i, atomic_t *v)

/* An 64bit atomic type */

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

#define ATOMIC64_INIT(i) { (i) }

Expand Down

0 comments on commit 29d6e8e

Please sign in to comment.