Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58605
b: refs/heads/master
c: 048d5ce
h: refs/heads/master
i:
  58603: 0bd3f15
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jul 10, 2007
1 parent 035fa7a commit e6486e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dc4123303b54657389c952049bf5738dd753d004
refs/heads/master: 048d5ce6828b9071e241254c7dba13d67bfef2c3
4 changes: 2 additions & 2 deletions trunk/include/asm-s390/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

typedef struct {
volatile int counter;
int counter;
} __attribute__ ((aligned (4))) atomic_t;
#define ATOMIC_INIT(i) { (i) }

Expand Down Expand Up @@ -141,7 +141,7 @@ static __inline__ int atomic_add_unless(atomic_t *v, int a, int u)

#ifdef __s390x__
typedef struct {
volatile long long counter;
long long counter;
} __attribute__ ((aligned (8))) atomic64_t;
#define ATOMIC64_INIT(i) { (i) }

Expand Down

0 comments on commit e6486e1

Please sign in to comment.