PERFORCE change 103314 for review
Roman Divacky
rdivacky at FreeBSD.org
Sun Aug 6 09:07:04 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103314
Change 103314 by rdivacky at 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 */
More information about the p4-projects
mailing list