]> sourceware.org Git - glibc.git/commitdiff
Fix whitespaces.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Dec 2009 19:51:54 +0000 (11:51 -0800)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Dec 2009 19:51:54 +0000 (11:51 -0800)
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S

index 7faf4415c6ad5f9f9994284a095396a4957745f2..218762a8ad91d4d1fd1103d2dd336de166587a38 100644 (file)
@@ -190,7 +190,7 @@ __pthread_cond_timedwait:
        andl    $(ROBUST_BIT|PI_BIT), %eax
        cmpl    $PI_BIT, %eax
        jne     40f
-       
+
        movl    $(FUTEX_WAIT_REQUEUE_PI|FUTEX_PRIVATE_FLAG), %ecx
        /* The following only works like this because we only support
           two clocks, represented using a single bit.  */
@@ -198,7 +198,7 @@ __pthread_cond_timedwait:
        /* XXX Need to implement using sete instead of a jump.  */
        jne     42f
        orl     $FUTEX_CLOCK_REALTIME, %ecx
-       
+
        /* Requeue-PI uses absolute timeout */
 42:    leal    (%ebp), %esi
        movl    28(%esp), %edx
@@ -218,7 +218,7 @@ __pthread_cond_timedwait:
        cmpl    $-ENOSYS, %eax
        jne     41f
        xorl    %ecx, %ecx
-       
+
 40:    subl    $1, %ecx
 #ifdef __ASSUME_PRIVATE_FUTEX
        andl    $FUTEX_PRIVATE_FLAG, %ecx
index a60aac3377cef5d5f570ba8f5a3d502f157165d6..8d0a555b31a81af2f4045a7ba283706bdb107d9a 100644 (file)
@@ -107,7 +107,7 @@ __pthread_cond_wait:
        /* Reset the pi-requeued flag.  */
 8:     movl    $0, 16(%esp)
        movl    cond_futex(%ebx), %ebp
-       
+
        /* Unlock.  */
        LOCK
 #if cond_lock == 0
@@ -133,7 +133,7 @@ __pthread_cond_wait:
        andl    $(ROBUST_BIT|PI_BIT), %eax
        cmpl    $PI_BIT, %eax
        jne     18f
-       
+
        movl    $(FUTEX_WAIT_REQUEUE_PI|FUTEX_PRIVATE_FLAG), %ecx
        movl    %ebp, %edx
        xorl    %esi, %esi
@@ -152,7 +152,7 @@ __pthread_cond_wait:
        cmpl    $-ENOSYS, %eax
        jne     19f
        xorl    %ecx, %ecx
-       
+
 18:    subl    $1, %ecx
 #ifdef __ASSUME_PRIVATE_FUTEX
        andl    $FUTEX_PRIVATE_FLAG, %ecx
This page took 0.047289 seconds and 5 git commands to generate.