From f12b48148690e7769ab485aa4097c932f67f33dd Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@hack.frob.com>
Date: Wed, 11 Jun 2014 12:23:17 -0700
Subject: PowerPC: Define TLS_DEFINE_INIT_TP

---
 nptl/sysdeps/powerpc/tls.h | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'nptl/sysdeps/powerpc')

diff --git a/nptl/sysdeps/powerpc/tls.h b/nptl/sysdeps/powerpc/tls.h
index 91cc6f3..b80a5fb 100644
--- a/nptl/sysdeps/powerpc/tls.h
+++ b/nptl/sysdeps/powerpc/tls.h
@@ -132,6 +132,10 @@ register void *__thread_register __asm__ ("r13");
 # define TLS_INIT_TP(tcbp) \
     (__thread_register = (void *) (tcbp) + TLS_TCB_OFFSET, NULL)
 
+/* Value passed to 'clone' for initialization of the thread register.  */
+# define TLS_DEFINE_INIT_TP(tp, pd) \
+  void *tp = (void *) (pd) + TLS_TCB_OFFSET + TLS_PRE_TCB_SIZE
+
 /* Return the address of the dtv for the current thread.  */
 # define THREAD_DTV() \
     (((tcbhead_t *) (__thread_register - TLS_TCB_OFFSET))[-1].dtv)
-- 
cgit v1.1