Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 22:15:27 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91276 for review
Message-ID:  <200602062215.k16MFRDa008885@repoman.freebsd.org>

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

Change 91276 by jhb@jhb_slimer on 2006/02/06 22:14:46

	Pullup crash2 changes from jhb_lock.

Affected files ...

.. //depot/projects/smpng/sys/modules/crash2/crash2.c#2 integrate

Differences ...

==== //depot/projects/smpng/sys/modules/crash2/crash2.c#2 (text+ko) ====

@@ -102,12 +102,12 @@
 	case 1:
 	case 2:
 		rw_wlock(&foo);
-		DELAY(50);
+		DELAY(30);
 		rw_wunlock(&foo);
 		break;
 	default:
 		rw_rlock(&foo);
-		DELAY(250);
+		DELAY(150);
 		rw_runlock(&foo);
 	}
 }
@@ -117,7 +117,7 @@
 {
 	int i;
 
-	for (i = 0; i < 10; i++)
+	for (i = 0; i < 50000; i++)
 		whack_foo();
 }
 



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