Subject: CVS commit: [vmlocking] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 11/05/2007 16:53:52
Module Name: src
Committed By: ad
Date: Mon Nov 5 16:53:52 UTC 2007
Modified Files:
src/sys/uvm [vmlocking]: uvm_glue.c
Log Message:
uvm_scheduler: set curlwp->l_class = SCHED_FIFO so that the swapper does
not get its priority adjusted by the scheduler. This is a special case
since init inherits via fork() and we can only adjust the swapper after.
To generate a diff of this commit:
cvs rdiff -r1.104.2.12 -r1.104.2.13 src/sys/uvm/uvm_glue.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.