~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2002,2003,2004,2005,2007,2009 Free Software Foundation, Inc.
 
1
/* Copyright (C) 2002-2005,2007,2009,2010 Free Software Foundation, Inc.
2
2
   This file is part of the GNU C Library.
3
3
   Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
4
4
 
163
163
#endif
164
164
        orl     $FUTEX_WAKE, %ecx
165
165
 
166
 
        xorl    $(FUTEX_WAKE ^ FUTEX_WAKE_OP), %ecx
167
166
        movl    $SYS_futex, %eax
168
167
        /* %edx should be 1 already from $FUTEX_WAKE_OP syscall.
169
168
        movl    $1, %edx  */