Skip to content

Commit

Permalink
PowerPC: Revert __PTHREAD_MUTEX_HAVE_ELISION change
Browse files Browse the repository at this point in the history
This patch revert 449282f.
  • Loading branch information
Adhemerval Zanella committed Mar 25, 2014
1 parent f3f1dab commit 7578473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>

* nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
previous change.

2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>

* sysdeps/powerpc/fpu/libm-test-ulps: Update.
Expand All @@ -9,7 +14,7 @@

2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>

* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
* nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
(__PTHREAD_MUTEX_HAVE_ELISION): New define.

2014-03-25 Joseph Myers <joseph@codesourcery.com>
Expand Down
2 changes: 0 additions & 2 deletions nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

#include <bits/wordsize.h>

#define __PTHREAD_MUTEX_HAVE_ELISION 0

#if __WORDSIZE == 64
# define __SIZEOF_PTHREAD_ATTR_T 56
# define __SIZEOF_PTHREAD_MUTEX_T 40
Expand Down

0 comments on commit 7578473

Please sign in to comment.