jhb 2006-01-18 18:02:50 UTC
FreeBSD src repository
Modified files:
sys/kern subr_lock.c
Log:
Always include the lock_classes[] array in the kernel. The
"is it a spinlock" test in mtx_destroy() needs it even in non-debug
kernels.
Reported by: danfe
Revision Changes Path
1.3 +0 -2 src/sys/kern/subr_lock.c