Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 08/07/2007 12:50:26
Module Name: src
Committed By: yamt
Date: Tue Aug 7 12:50:26 UTC 2007
Modified Files:
src/sys/kern: subr_workqueue.c
Log Message:
don't bother to set thread's priority by ourselves,
as kthread_create does it for us now. from Andrew Doran.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/kern/subr_workqueue.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.