Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155207
b: refs/heads/master
c: bbf2a33
h: refs/heads/master
i:
  155205: ff058a1
  155203: ffdb9d8
  155199: 6fb4d90
v: v3
  • Loading branch information
Eric Dumazet authored and Ingo Molnar committed Jul 3, 2009
1 parent 04de75b commit 937a003
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: 029e5b1636d0511ef143af3a20c83c48e44c03f3
refs/heads/master: bbf2a330d92c5afccfd17592ba9ccd50f41cf748
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/atomic_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static inline int atomic_add_unless(atomic_t *v, int a, int u)
/* An 64bit atomic type */

typedef struct {
unsigned long long counter;
unsigned long long __aligned(8) counter;
} atomic64_t;

#define ATOMIC64_INIT(val) { (val) }
Expand Down

0 comments on commit 937a003

Please sign in to comment.