Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190907
b: refs/heads/master
c: 81880d6
h: refs/heads/master
i:
  190905: 1057cf4
  190903: 94ba77c
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed May 17, 2010
1 parent 9067848 commit 31bd068
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: f3d46f9d3194e0329216002a8724d4c0957abc79
refs/heads/master: 81880d603d00c645e0890d0a44d50711c503b72b
4 changes: 2 additions & 2 deletions trunk/include/linux/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ typedef u32 phys_addr_t;
typedef phys_addr_t resource_size_t;

typedef struct {
volatile int counter;
int counter;
} atomic_t;

#ifdef CONFIG_64BIT
typedef struct {
volatile long counter;
long counter;
} atomic64_t;
#endif

Expand Down

0 comments on commit 31bd068

Please sign in to comment.