From owner-cvs-all Fri Apr 20 15:34:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDE6137B423; Fri, 20 Apr 2001 15:34:53 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3KMYrm99412; Fri, 20 Apr 2001 15:34:53 -0700 (PDT) (envelope-from alfred) Message-Id: <200104202234.f3KMYrm99412@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 20 Apr 2001 15:34:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/20 15:34:51 PDT Modified files: sys/sys proc.h Log: 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 Revision Changes Path 1.160 +4 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message