[PATCH] Remove custom pthread_once implementation on s390.

Torvald Riegel triegel@redhat.com
Mon Dec 8 17:51:00 GMT 2014


This patch removes the custom implementation of pthread_once on s390.  I
have not tested this, but the generic implementation in
nptl/pthread_once.c works well on several architectures.  The custom
implementation is a C implementation of essentially the same algorithm
the generic implementation uses (but with fixes) -- the only difference
is that inline asm is used for the atomic ops instead of using the
atomic.h atomic ops.

OK to commit?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: once-s390.patch
Type: text/x-patch
Size: 3616 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20141208/03e31b56/attachment.bin>


More information about the Libc-alpha mailing list