Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 03:31:13 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103967 for review
Message-ID:  <200608150331.k7F3VDVi088881@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103967

Change 103967 by jhb@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150331.k7F3VDVi088881>