Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [vmlocking] src/sys/kern
Module Name: src
Committed By: ad
Date: Mon Jul 9 20:33:15 UTC 2007
Modified Files:
src/sys/kern [vmlocking]: kern_condvar.c kern_lock.c
Log Message:
KASSERT((l->l_flag & LW_INTR) == 0)
->
KASSERT((l->l_flag & LW_INTR) == 0 || panicstr != NULL)
To generate a diff of this commit:
cvs rdiff -r1.5.2.4 -r1.5.2.5 src/sys/kern/kern_condvar.c
cvs rdiff -r1.110.2.7 -r1.110.2.8 src/sys/kern/kern_lock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index