Move __PTHREAD_SPINS definition to architecture specific header
commit01f8eac224421f07f28f91cc05db7459ea433ea4
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 26 Mar 2014 18:48:00 +0000 (26 13:48 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 9 Apr 2014 11:41:44 +0000 (9 06:41 -0500)
tree41e8a2952b7adfbd25daebcba10036f1be3ddfca
parentde21c33c068c8e39afb5711613a7c083c11ce6a1
Move __PTHREAD_SPINS definition to architecture specific header

This patch moves the __PTHREAD_SPINS definition to arch specific header
since pthread_mutex_t layout is also arch specific.  This leads to no
need to defining __PTHREAD_MUTEX_HAVE_ELISION and thus removing of the
undefined compiler warning.
17 files changed:
ChangeLog
nptl/sysdeps/pthread/pthread.h
nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
ports/ChangeLog.hppa
ports/sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h