PERFORCE change 103967 for review
John Baldwin
jhb at FreeBSD.org
Tue Aug 15 03:31:14 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103967
Change 103967 by jhb at jhb_zion on 2006/08/15 03:31:02
Grrr.
Affected files ...
.. //depot/projects/smpng/sys/modules/crash2/crash2.c#17 edit
Differences ...
==== //depot/projects/smpng/sys/modules/crash2/crash2.c#17 (text+ko) ====
@@ -108,7 +108,7 @@
static void
mtx_deadlock(int thread)
{
- static int barrier;
+ static volatile int barrier;
atomic_add_int(&barrier, 1);
while (barrier < NTHREADS)
More information about the p4-projects
mailing list