]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 1 Mar 2004 06:39:13 +0000 (06:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 1 Mar 2004 06:39:13 +0000 (06:39 +0000)
2004-02-29  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
(__lll_mutex_lock_wait): Optimize a bit more.  Just one copy of
the atomic instruction needed.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
(__lll_mutex_lock_wait): Likewise.

nptl/ChangeLog

index 1b098fcbb6d49c40c5e5be71dfe44f5d4c235408..1b153bc53c64122b86bd5080c30e625d89d62477 100644 (file)
@@ -1,3 +1,11 @@
+2004-02-29  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
+       (__lll_mutex_lock_wait): Optimize a bit more.  Just one copy of
+       the atomic instruction needed.
+       * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
+       (__lll_mutex_lock_wait): Likewise.
+
 2004-02-28  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile (tests): Add tst-cond14 and tst-cond15.