summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/__sync_fetch_and_add_4.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2013-06-15 09:04:10 +0000
committered <ed@FreeBSD.org>2013-06-15 09:04:10 +0000
commit48e709729463158dfd3ccd68d23ec12ef93586c0 (patch)
treec659171aa7defdb6220b20a6d6c619541f3c19c7 /lib/libcompiler_rt/__sync_fetch_and_add_4.c
parent1fdf0e5b3c9f3f1c562253bf991879774e6a7e9c (diff)
downloadFreeBSD-src-48e709729463158dfd3ccd68d23ec12ef93586c0.zip
FreeBSD-src-48e709729463158dfd3ccd68d23ec12ef93586c0.tar.gz
Let ARM use the custom tailored atomic intrinsics.
Diffstat (limited to 'lib/libcompiler_rt/__sync_fetch_and_add_4.c')
-rw-r--r--lib/libcompiler_rt/__sync_fetch_and_add_4.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libcompiler_rt/__sync_fetch_and_add_4.c b/lib/libcompiler_rt/__sync_fetch_and_add_4.c
deleted file mode 100644
index 6126cfa..0000000
--- a/lib/libcompiler_rt/__sync_fetch_and_add_4.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* $FreeBSD$ */
-#define NAME __sync_fetch_and_add_4
-#define TYPE int32_t
-#define FETCHADD(x, y) atomic_fetchadd_32(x, y)
-
-#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud