Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2006 09:06:58 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103314 for review
Message-ID:  <200608060906.k7696wvv031842@repoman.freebsd.org>

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

Change 103314 by rdivacky@rdivacky_witten on 2006/08/06 09:06:41

	Extend the debuging printf in for the futex_atomic_op() to include uaddr.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_futex.c#18 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/compat/linux/linux_futex.c#18 (text+ko) ====

@@ -387,8 +387,8 @@
 	   	oparg = 1 << oparg;
 
 #ifdef DEBUG	
-	printf("futex_atomic_op: op = %d, cmp = %d, oparg = %d, cmparg = %d\n",
-	      op, cmp, oparg, cmparg);
+	printf("futex_atomic_op: op = %d, cmp = %d, oparg = %d, cmparg = %d, uaddr = %p\n",
+	      op, cmp, oparg, cmparg, uaddr);
 #endif
 	/* XXX: linux verifies access here and returns EFAULT */
 



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