sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
authorWill Newton <will.newton@linaro.org>
Mon, 23 Sep 2013 19:29:38 +0000 (20:29 +0100)
committerWill Newton <will.newton@linaro.org>
Tue, 24 Sep 2013 08:25:53 +0000 (09:25 +0100)
This define was removed from the rest of the tree eight years ago.

ChangeLog:

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

* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
macro.

ChangeLog
sysdeps/mach/hurd/i386/tls.h

index 2963c38..d75e051 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-09-24  Will Newton  <will.newton@linaro.org>
+
+       * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
+       macro.
+
 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
 
        * locale/hashval.h (compute_hashval): Interpret bytes of key as
index 4f4c7c5..da8c16a 100644 (file)
@@ -118,7 +118,6 @@ _hurd_tls_init (tcbhead_t *tcb, int secondcall)
    operation can cause a failure 'errno' must not be touched.  */
 # define TLS_INIT_TP(descr, secondcall) \
     _hurd_tls_init ((tcbhead_t *) (descr), (secondcall))
-# define TLS_INIT_TP_EXPENSIVE 1
 
 /* Return the TCB address of the current thread.  */
 # define THREAD_SELF                                                         \