aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-10 11:21:54 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-10 11:21:54 -0700
commitc0c6bac9454ad065bbbe7b73c03181b92db40b3b (patch)
tree0b61b10ef4b2ddf3d8ed91ef33f849fd4d75ec9e /sysdeps/unix/sysv/linux/x86_64
parent887865fcfab05939dabec78f5ad358d0283602d3 (diff)
downloadglibc-c0c6bac9454ad065bbbe7b73c03181b92db40b3b.tar
glibc-c0c6bac9454ad065bbbe7b73c03181b92db40b3b.tar.gz
glibc-c0c6bac9454ad065bbbe7b73c03181b92db40b3b.tar.bz2
glibc-c0c6bac9454ad065bbbe7b73c03181b92db40b3b.zip
Get rid of lll_robust_dead.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/lowlevellock.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
index c93c68e64f..55b4e16144 100644
--- a/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
+++ b/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
@@ -378,20 +378,6 @@ extern int __lll_timedlock_elision (int *futex, short *adapt_count,
} \
while (0)
-#define lll_robust_dead(futex, private) \
- do \
- { \
- int ignore; \
- __asm __volatile (LOCK_INSTR "orl %3, (%2)\n\t" \
- "syscall" \
- : "=m" (futex), "=a" (ignore) \
- : "D" (&(futex)), "i" (FUTEX_OWNER_DIED), \
- "S" (__lll_private_flag (FUTEX_WAKE, private)), \
- "1" (__NR_futex), "d" (1) \
- : "cx", "r11", "cc", "memory"); \
- } \
- while (0)
-
/* Returns non-zero if error happened, zero if success. */
#define lll_futex_requeue(ftx, nr_wake, nr_move, mutex, val, private) \
({ int __res; \