aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-06 19:26:02 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-09 16:35:33 -0500
commit5e40fcc568a204ce8b96f734a71402d0ca52e076 (patch)
treecc9a78c73e1397395fc90ce3f31b7b0841c6953d /arch/arm/include/asm
parent39db6fe3e50ac2dc9a3699cdc6d984e825852469 (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.h9
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
4static inline void barrier(void)
5{
6 /* not yet implemented */
7}
8
9#endif