Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42621
b: refs/heads/master
c: f9e9dcb
h: refs/heads/master
i:
  42619: 9a790f9
v: v3
  • Loading branch information
Linus Torvalds committed Dec 6, 2006
1 parent ea9fe0d commit 151f83c
Show file tree
Hide file tree
Showing 3 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: 16afea0255cf6963eb924d4334cdb5acb9074581
refs/heads/master: f9e9dcb38f5106fa8cdac04a9e967d5487f1cd20
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* on us. We need to use _exactly_ the address the user gave us,
* not some alias that contains the same information.
*/
typedef struct { volatile int counter; } atomic_t;
typedef struct { int counter; } atomic_t;

#define ATOMIC_INIT(i) { (i) }

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* on us. We need to use _exactly_ the address the user gave us,
* not some alias that contains the same information.
*/
typedef struct { volatile int counter; } atomic_t;
typedef struct { int counter; } atomic_t;

#define ATOMIC_INIT(i) { (i) }

Expand Down

0 comments on commit 151f83c

Please sign in to comment.