diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-06 19:26:02 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-09 16:35:33 -0500 |
commit | 5e40fcc568a204ce8b96f734a71402d0ca52e076 (patch) | |
tree | cc9a78c73e1397395fc90ce3f31b7b0841c6953d /arch/arm/include/asm | |
parent | 39db6fe3e50ac2dc9a3699cdc6d984e825852469 (diff) |
remove asm/atomic.h
For historic resons, we carry old atomic operations support in
liblitmus. This is no longer useful:
1) There is actually no client for these calls in liblitmus.
2) There is now a standard gcc API for this purpose.
http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html
Thus, we can reduce our maintenance burden.
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/atomic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/include/asm/atomic.h b/arch/arm/include/asm/atomic.h deleted file mode 100644 index 70dbf80..0000000 --- a/arch/arm/include/asm/atomic.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #ifndef ASM_ATOMIC_H | ||
2 | #define ASM_ATOMIC_H | ||
3 | |||
4 | static inline void barrier(void) | ||
5 | { | ||
6 | /* not yet implemented */ | ||
7 | } | ||
8 | |||
9 | #endif | ||