diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-30 02:13:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-30 02:13:26 +0000 |
commit | 746802f20fae7bd377ce5d7aa9114357af48e178 (patch) | |
tree | f8e4c7456aedf677054c4491264435137daa0d64 /linuxthreads/ChangeLog | |
parent | 6c3ebebd1eddb7041248125fa5e228380400c436 (diff) | |
download | glibc-746802f20fae7bd377ce5d7aa9114357af48e178.zip glibc-746802f20fae7bd377ce5d7aa9114357af48e178.tar.gz glibc-746802f20fae7bd377ce5d7aa9114357af48e178.tar.bz2 |
Update.
2001-08-29 Ulrich Drepper <drepper@redhat.com>
* spinlock.c (__pthread_lock): Top max_count value with
MAX_ADAPTIVE_SPIN_COUNT.
* internals.h (MAX_ADAPTIVE_SPIN_COUNT): Define if not already done.
* sysdeps/i386/i686/pt-machine.h (BUSY_WAIT_NOP): New macro to
help P4.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1ce5a23..b85f8c9 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2001-08-29 Ulrich Drepper <drepper@redhat.com> + + * spinlock.c (__pthread_lock): Top max_count value with + MAX_ADAPTIVE_SPIN_COUNT. + * internals.h (MAX_ADAPTIVE_SPIN_COUNT): Define if not already done. + + * sysdeps/i386/i686/pt-machine.h (BUSY_WAIT_NOP): New macro to + help P4. + 2001-08-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_t): Only define to |