Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/19/2000 22:36:19
Module Name: syssrc
Committed By: thorpej
Date: Sat Aug 19 19:36:19 UTC 2000
Modified Files:
syssrc/sys/kern: kern_lock.c
syssrc/sys/sys: lock.h
Log Message:
Lock debugging fix: Make sure a simplelock's lock_holder gets
initialized properly, and consistently tracks the owning CPU's
cpuid. Add some diagnostic assertions to enforce this.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/kern/kern_lock.c
cvs rdiff -r1.35 -r1.36 syssrc/sys/sys/lock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.