]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-rh228103.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/glibc.git] / glibc-rh228103.patch
1 2007-02-09  Jakub Jelinek  <jakub@redhat.com>
2
3         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
4         (__lll_mutex_timedlock_wait): Use correct pointer when we don't
5         call into the kernel to delay.
6
7 --- libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S     17 Jan 2007 09:33:20 -0000      1.16
8 +++ libc/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S     10 Feb 2007 00:04:24 -0000      1.17
9 @@ -164,7 +164,7 @@ __lll_mutex_timedlock_wait:
10  8:                             /* NB: %edx == 2 */
11         xorl    %eax, %eax
12         LOCK
13 -       cmpxchgl %edx, (%rdi)
14 +       cmpxchgl %edx, (%r12)
15         jnz     7f
16  
17  6:     addq    $16, %rsp
This page took 0.054695 seconds and 3 git commands to generate.