Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 10/31/2003 22:03:18
Module Name:	src
Committed By:	cl
Date:		Fri Oct 31 22:03:18 UTC 2003

Modified Files:
	src/sys/kern: kern_sa.c

Log Message:
Don't PHOLD() in sa_putcachelwp() because the scheduler lock is held.
PHOLD() before grabbing the scheduler lock unless the lwp is curlwp.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 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.