K 10 svn:author V 2 ed K 8 svn:date V 27 2009-02-26T12:12:34.118347Z K 7 svn:log V 192 Remove redundant assignment of `p'. `p' is already initialized with `td->td_proc'. Because td is always curthread, it is safe to initialize it without any locks. Found by: LLVM's scan-build END