Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2001 15:34:51 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys proc.h
Message-ID:  <200104202234.f3KMYrm99412@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104202234.f3KMYrm99412>