Subject: CVS commit: [vmlocking] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 07/01/2007 21:31:32
Module Name:	src
Committed By:	ad
Date:		Sun Jul  1 21:31:32 UTC 2007

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

Log Message:
- softint_execute: if a thread with higher priority has been interrupted,
  then yield. Need to find a way to optimise this as it currently means
  walking the list of pinned LWPs.
- Add blurb (to be edited/completed).
- Add a counter to track how often soft interrupts sleep.
- Minor cosmetic changes.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 src/sys/kern/kern_softint.c

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