Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Tue Nov 13 22:14:36 UTC 2007
Modified Files:
src/sys/kern: kern_idle.c kern_lock.c
src/sys/sys: systm.h
Log Message:
Remove KERNEL_LOCK_ASSERT_LOCKED, KERNEL_LOCK_ASSERT_UNLOCKED since the
kernel_lock functions can be patched out at runtime now. Assertions are
provided by the existing functions and by LOCKDEBUG_BARRIER.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/kern/kern_idle.c
cvs rdiff -r1.125 -r1.126 src/sys/kern/kern_lock.c
cvs rdiff -r1.201 -r1.202 src/sys/sys/systm.h
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