K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-01-27T20:21:07.000000Z K 7 svn:log V 415 Allow the use of a stale p_stops value in STOPEVENT(), grabbing the proc lock only if we actually need to perform a stop. This avoids two locks and unlocks of the process lock each system call, and wins me about 20% on a simply system call test (getuid(), which would otherwise require no locking). This also has a net improvement of about 10MB/s on some of the SMP bandwidth tests I'm running. Reviewed by: jhb END