PERFORCE change 119724 for review

Roman Divacky rdivacky at FreeBSD.org
Sat May 12 11:26:09 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119724

Change 119724 by rdivacky at rdivacky_witten on 2007/05/12 11:25:16

	Include the copy in in the loop.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_futex/sys/i386/linux/linux_support.s#4 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_futex/sys/i386/linux/linux_support.s#4 (text+ko) ====

@@ -82,8 +82,8 @@
 	movl	8(%esp),%edx
 	cmpl    $VM_MAXUSER_ADDRESS-4,%edx
 	ja     	futex_fault
-	movl	(%edx),%eax
-1:	movl	%eax,%ecx
+1:	movl	(%edx),%eax
+	movl	%eax,%ecx
 	orl	4(%esp),%ecx
 #ifdef SMP
 	lock
@@ -104,8 +104,8 @@
 	movl	8(%esp),%edx
 	cmpl    $VM_MAXUSER_ADDRESS-4,%edx
 	ja     	futex_fault
-	movl	(%edx),%eax
-1:	movl	%eax,%ecx
+1:	movl	(%edx),%eax
+	movl	%eax,%ecx
 	andl	4(%esp),%ecx
 #ifdef SMP
 	lock
@@ -120,8 +120,8 @@
 	movl	8(%esp),%edx
 	cmpl    $VM_MAXUSER_ADDRESS-4,%edx
 	ja     	futex_fault
-	movl	(%edx),%eax
-1:	movl	%eax,%ecx
+1:	movl	(%edx),%eax
+	movl	%eax,%ecx
 	xorl	4(%esp),%ecx
 #ifdef SMP
 	lock


More information about the p4-projects mailing list