PERFORCE change 118896 for review

Roman Divacky rdivacky at FreeBSD.org
Fri Apr 27 20:35:51 UTC 2007


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

Change 118896 by rdivacky at rdivacky_witten on 2007/04/27 20:35:31

	Log all parameters not just the first 3 one.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_futex/sys/compat/linux/linux_futex.c#4 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_futex/sys/compat/linux/linux_futex.c#4 (text+ko) ====

@@ -114,8 +114,8 @@
 
 #ifdef	DEBUG
 	if (ldebug(sys_futex))
-		printf(ARGS(futex, "%p, %i, %i"), args->uaddr, args->op,
-		    args->val);
+		printf(ARGS(futex, "%p, %i, %i, *, %p, %i"), args->uaddr, args->op,
+		    args->val, args->uaddr2, args->val3);
 #endif
 
 	switch (args->op) {


More information about the p4-projects mailing list