Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/17/2000 17:37:55
Module Name: syssrc
Committed By: thorpej
Date: Thu Aug 17 14:37:55 UTC 2000
Modified Files:
syssrc/sys/kern: kern_proc.c
Log Message:
If maniuplating a read lock on the proc list, we no longer need
to go to splclock() -- spinlockmgr() handles the interrupt blocking
while holding the interlock for us, now.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 syssrc/sys/kern/kern_proc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.