aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-09-23 20:35:08 +0100
committerWill Newton <will.newton@linaro.org>2013-09-24 09:29:04 +0100
commit82c93a0ffe43f36e3e79d14b3d46f7c9f2f538de (patch)
tree662cb46d54155bafd97eed5b4770a817f176cbb2 /ports/sysdeps
parentf02eed105c6c65ac7f7ccd75408ab41ff642954f (diff)
downloadglibc-82c93a0ffe43f36e3e79d14b3d46f7c9f2f538de.zip
glibc-82c93a0ffe43f36e3e79d14b3d46f7c9f2f538de.tar.gz
glibc-82c93a0ffe43f36e3e79d14b3d46f7c9f2f538de.tar.bz2
ports/sysdeps/arm/nptl/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
This define was removed from the rest of the tree eight years ago. ports/ChangeLog.arm: 2013-09-24 Will Newton <will.newton@linaro.org> * ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove macro.
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/arm/nptl/tls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/sysdeps/arm/nptl/tls.h b/ports/sysdeps/arm/nptl/tls.h
index e57cdb7..da15027 100644
--- a/ports/sysdeps/arm/nptl/tls.h
+++ b/ports/sysdeps/arm/nptl/tls.h
@@ -119,10 +119,6 @@ typedef struct
#define THREAD_SETMEM_NC(descr, member, idx, value) \
descr->member[idx] = (value)
-/* Initializing the thread pointer will generate a SIGILL if the syscall
- is not available. */
-#define TLS_INIT_TP_EXPENSIVE 1
-
/* Get and set the global scope generation counter in struct pthread. */
#define THREAD_GSCOPE_FLAG_UNUSED 0
#define THREAD_GSCOPE_FLAG_USED 1