K 10 svn:author V 5 kmacy K 8 svn:date V 27 2009-05-19T05:17:41.893830Z K 7 svn:log V 403 merge 177368, 177374, 183297 - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from requiring the per-process spinlock to only requiring the process lock. - Reflect these changes in the proc.h documentation and consumers throughout the kernel. This is a substantial reduction in locking cost for these fields and was made possible by recent changes to threading support. END