Subject: CVS commit: [vmlocking] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 04/10/2007 22:33:14
Module Name:	src
Committed By:	ad
Date:		Tue Apr 10 22:33:14 UTC 2007

Modified Files:
	src/sys/kern [vmlocking]: kern_mutex.c

Log Message:
Partially back out 1.11.2.4. It does not work with more than two CPUs,
and blocking is the best way to solve the problem. The issue with
pressure on other locks has been fixed by restoring kernel priority to
objects blocking on turnstiles.


To generate a diff of this commit:
cvs rdiff -r1.11.2.5 -r1.11.2.6 src/sys/kern/kern_mutex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.