diff mbox

ports/sysdeps/arm/nptl/tls.h: Remove TLS_INIT_TP_EXPENSIVE.

Message ID 52409BB5.3020300@linaro.org
State Accepted
Headers show

Commit Message

Will Newton Sept. 23, 2013, 7:51 p.m. UTC
This define was removed from the rest of the tree eight years ago.

ports/ChangeLog.arm:

2013-09-23  Will Newton  <will.newton@linaro.org>

	* ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
	macro.
---
 ports/sysdeps/arm/nptl/tls.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Joseph Myers Sept. 23, 2013, 10:27 p.m. UTC | #1
On Mon, 23 Sep 2013, Will Newton wrote:

> This define was removed from the rest of the tree eight years ago.
> 
> ports/ChangeLog.arm:
> 
> 2013-09-23  Will Newton  <will.newton@linaro.org>
> 
> 	* ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
> 	macro.

OK.
diff mbox

Patch

diff --git a/ports/sysdeps/arm/nptl/tls.h b/ports/sysdeps/arm/nptl/tls.h
index 9a5e86c..e855507 100644
--- a/ports/sysdeps/arm/nptl/tls.h
+++ b/ports/sysdeps/arm/nptl/tls.h
@@ -127,10 +127,6 @@  typedef struct
 # define THREAD_COPY_POINTER_GUARD(descr) \
   (((tcbhead_t *) (descr + 1))->pointer_guard = THREAD_GET_POINTER_GUARD ())

-/* 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