PowerPC: Sync pthread_once with default implementation
commit75ffb047f6ee2a545da8cf69dba9a979ca6271ce
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Sun, 13 Apr 2014 23:13:42 +0000 (13 18:13 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 17 Apr 2014 19:42:57 +0000 (17 14:42 -0500)
treecfee201c47413d7e7c5ed03c16e6416c0114f824
parent2cd925f74305c1dd687371544a891eba4aaea768
PowerPC: Sync pthread_once with default implementation

This patch removes the arch specific powerpc implementation and instead
uses the linux default one.  Although the current powerpc implementation
already constains the required memory barriers for correct
initialization, the default implementation shows a better performance on
newer chips.
ChangeLog
nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c [deleted file]