From 75ffb047f6ee2a545da8cf69dba9a979ca6271ce Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Sun, 13 Apr 2014 18:13:42 -0500 Subject: 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 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9f67a67e3a..23cded5e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-04-17 Adhemerval Zanella + + * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file. + 2014-04-17 Adhemerval Zanella * sysdeps/powerpc/fpu/fenv_private.h -- cgit v1.2.3