Subject: CVS commit: [vmlocking] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 10/16/2007 15:34:05
Module Name: src
Committed By: ad
Date: Tue Oct 16 15:34:05 UTC 2007
Modified Files:
src/sys/kern [vmlocking]: kern_sleepq.c
Log Message:
Restore previous wakeup/preemption behaviour. May fix problems with gxine.
This has very little effect with SCHED_M2, possibly because threads are less
likely to migrate, and because a number of issues with contention on user
space objects has been fixed.
To generate a diff of this commit:
cvs rdiff -r1.7.2.17 -r1.7.2.18 src/sys/kern/kern_sleepq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.