29e444
From 920e759ea4f48ca9c8b4dba6dfe5c88d27033121 Mon Sep 17 00:00:00 2001
29e444
From: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29e444
Date: Mon, 17 Jun 2013 15:50:53 -0500
29e444
Subject: [PATCH 36/42] PowerPC: Reserve TCB space for EBB framework
29e444
29e444
This patch reserves four pointer to be used in future Event-Based
29e444
Branch framework for PowerPC.
29e444
(cherry picked from commit e55a9b256d53c7fc5145e3e4d338d3741b23e232)
29e444
---
29e444
 nptl/sysdeps/powerpc/tls.h | 5 +++++
29e444
 2 files changed, 10 insertions(+)
29e444
12745e
diff --git glibc-2.17-c758a686/nptl/sysdeps/powerpc/tls.h glibc-2.17-c758a686/nptl/sysdeps/powerpc/tls.h
29e444
index 4c09eec..611c773 100644
12745e
--- glibc-2.17-c758a686/nptl/sysdeps/powerpc/tls.h
12745e
+++ glibc-2.17-c758a686/nptl/sysdeps/powerpc/tls.h
29e444
@@ -61,6 +61,11 @@ typedef union dtv
29e444
    are private.  */
29e444
 typedef struct
29e444
 {
29e444
+  /* Reservation for the Event-Based Branching ABI.  */
29e444
+  uintptr_t ebb_handler;
29e444
+  uintptr_t ebb_ctx_pointer;
29e444
+  uintptr_t ebb_reserved1;
29e444
+  uintptr_t ebb_reserved2;
29e444
   uintptr_t pointer_guard;
29e444
   uintptr_t stack_guard;
29e444
   dtv_t *dtv;
29e444
-- 
29e444
1.7.11.7
29e444