Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/14/2003 22:45:14
Module Name: src
Committed By: nathanw
Date: Fri Feb 14 20:45:14 UTC 2003
Modified Files:
src/sys/kern: kern_sa.c
Log Message:
Make sa_yieldcall also allocate a new LWP for the cache if it's empty.
(XXX sa_yieldcall() and sa_switchcall() should be combined and take
arg as the function to call, but I'm somewhat nervous about void *
vs. void (*)()).
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/kern/kern_sa.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.