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 1b098fc..1b153bc 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.