davidxu 2006-05-18 08:43:46 UTC FreeBSD src repository Modified files: sys/sys proc.h sys/kern kern_umtx.c Log: Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirement of scheduler lock in some umtx code. Revision Changes Path 1.38 +12 -15 src/sys/kern/kern_umtx.c 1.458 +1 -1 src/sys/sys/proc.h