K 10 svn:author V 6 alfred K 8 svn:date V 27 2001-04-20T22:34:48.000000Z K 7 svn:log V 327 add a comment to note that a process's vmspace may change, but so far only aiod does this and is also marked P_SYSTEM, the locations that reference p->p_vmspace usually do it within the context of the caller, the async access from the vm system is protected by the fact that it will skip over P_SYSTEM processes. Ok'd by: jhb END