Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/27/1999 14:50:39
Module Name: syssrc
Committed By: thorpej
Date: Tue Jul 27 21:50:39 UTC 1999
Modified Files:
syssrc/sys/kern: subr_prf.c
Log Message:
Make sure the kprintf_slock is initialized, and use the low-level atomic
locking primitive directly to lock it, since those will never attempt
to call printf() to display debugging information (and thus deadlock
on recursion into the kprintf_slock).
To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 syssrc/sys/kern/subr_prf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.