Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2007 11:26:07 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 119724 for review
Message-ID:  <200705121126.l4CBQ7Hj009390@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119724

Change 119724 by rdivacky@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705121126.l4CBQ7Hj009390>