Date: Sat, 19 Aug 2006 10:57:50 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 104538 for review Message-ID: <200608191057.k7JAvoQN042144@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104538 Change 104538 by rdivacky@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608191057.k7JAvoQN042144>