Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [vmlocking] src/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index