PERFORCE change 104538 for review

Roman Divacky rdivacky at FreeBSD.org
Sat Aug 19 10:57:51 UTC 2006


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

Change 104538 by rdivacky at rdivacky_witten on 2006/08/19 10:56:51

	ifdef DEBUG a printf

Affected files ...

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

Differences ...

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

@@ -303,7 +303,9 @@
 		ret = futex_wake(f, args->val, NULL);
 		futex_put(f);
 		if (op_ret > 0) {
+#ifdef	DEBUG
 		   	printf("second wakeup\n");
+#endif
 		   	op_ret = 0;
 		   	/* Linux always puts there struct timespec *utime :) */
    		   	op_ret += futex_wake(f2, 0x7fffffff, NULL);


More information about the p4-projects mailing list