Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/26/2001 10:14:57
Module Name: syssrc
Committed By: chs
Date: Wed Sep 26 07:14:57 UTC 2001
Modified Files:
syssrc/sys/kern: subr_pool.c
Log Message:
jump through hoops to avoid calling uvm_km_free_poolpage() while holding
spinlocks, since that function can sleep. (note that there's still one
instance remaining to be fixed.) use TAILQ_FOREACH where appropriate.
To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 syssrc/sys/kern/subr_pool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.