about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-17 01:53:39 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-17 01:53:39 +0000
commit25d025ce77452fa37ffda90de8ccd774d0924dab (patch)
tree69d2d71df6af4c91d7fe58e110960a37684f4e53 /nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
parentb6e2f87a61dd5af7088aab32cd8377c55925354c (diff)
downloadglibc-25d025ce77452fa37ffda90de8ccd774d0924dab.tar.gz
glibc-25d025ce77452fa37ffda90de8ccd774d0924dab.tar.xz
glibc-25d025ce77452fa37ffda90de8ccd774d0924dab.zip
(__lll_lock_wait): Remove jump prediction suffix.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
index 755bb25896..aff449b13a 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
@@ -58,7 +58,7 @@ __lll_lock_wait:
 	orl	$-1, %esi	/* Load -1.  */
 	LOCK
 	xaddl	%esi, (%rdi)
-	jne,pn	1b
+	jne	1b
 
 	movl	$-1, (%rdi)