PERFORCE change 83686 for review

John Baldwin jhb at FreeBSD.org
Thu Sep 15 12:17:29 PDT 2005


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

Change 83686 by jhb at jhb_slimer on 2005/09/15 19:16:44

	Fix one more case of using the input memory operand for a read.

Affected files ...

.. //depot/projects/smpng/sys/i386/include/atomic.h#43 edit

Differences ...

==== //depot/projects/smpng/sys/i386/include/atomic.h#43 (text+ko) ====

@@ -121,7 +121,7 @@
 	__asm __volatile(
 	"	pushfl ;		"
 	"	cli ;			"
-	"	cmpl	%0,%2 ;		"
+	"	cmpl	%0,%3 ;		"
 	"	jne	1f ;		"
 	"	movl	%2,%1 ;		"
 	"1:				"


More information about the p4-projects mailing list