aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/tile/nptl/pthread_spin_trylock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/nptl/pthread_spin_trylock.c')
-rw-r--r--sysdeps/tile/nptl/pthread_spin_trylock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/tile/nptl/pthread_spin_trylock.c b/sysdeps/tile/nptl/pthread_spin_trylock.c
index c2d6766..6974a09 100644
--- a/sysdeps/tile/nptl/pthread_spin_trylock.c
+++ b/sysdeps/tile/nptl/pthread_spin_trylock.c
@@ -19,11 +19,7 @@
#include "pthreadP.h"
#include <errno.h>
-#ifdef __tilegx__
#define TNS(p) __insn_exch4((p), 1)
-#else
-#define TNS(p) __insn_tns(p)
-#endif
int
pthread_spin_trylock (pthread_spinlock_t *lock)