Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42949
b: refs/heads/master
c: 4b358e2
h: refs/heads/master
i:
  42947: eea1f00
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Dec 7, 2006
1 parent ffd99cd commit 7812641
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: ccdea2f88b5689f0fd29c3804be43a3acf0311e3
refs/heads/master: 4b358e22064b4551aa8b4dcfe3efe70a13548676
1 change: 0 additions & 1 deletion trunk/include/asm-generic/Kbuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
header-y += atomic.h
header-y += errno-base.h
header-y += errno.h
header-y += fcntl.h
Expand Down
7 changes: 4 additions & 3 deletions trunk/include/asm-generic/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static inline void atomic_long_sub(long i, atomic_long_t *l)
atomic64_sub(i, v);
}

#else
#else /* BITS_PER_LONG == 64 */

typedef atomic_t atomic_long_t;

Expand Down Expand Up @@ -113,5 +113,6 @@ static inline void atomic_long_sub(long i, atomic_long_t *l)
atomic_sub(i, v);
}

#endif
#endif
#endif /* BITS_PER_LONG == 64 */

#endif /* _ASM_GENERIC_ATOMIC_H */

0 comments on commit 7812641

Please sign in to comment.