Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 11/07/2007 03:07:15
Module Name: src
Committed By: rmind
Date: Wed Nov 7 03:07:15 UTC 2007
Modified Files:
src/sys/kern: sched_m2.c
Log Message:
Modifications for the recent vmlocking changes:
- Re-enqueue the thread when priority changes and it is in LSRUN state;
- Handle the __HAVE_FAST_SOFTINTS case in sched_curcpu_runnable_p();
- Few minor changes;
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/kern/sched_m2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.