Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 02:05:06 -0700 (PDT)
From:      Seigo Tanimura <tanimura@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_glue.c
Message-ID:  <200209090905.g89956Ec032410@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tanimura    2002/09/09 02:05:06 PDT

  Modified files:
    sys/vm               vm_glue.c 
  Log:
  - Do not swap out a process if it is in creation.  The process may have no
    address space yet.
  
  - Check whether a process is a system process prior to dereferencing
    its p_vmspace.  Aio assumes that only the curthread switches the address
    space of a system process.
  
  Revision  Changes    Path
  1.154     +24 -0     src/sys/vm/vm_glue.c

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?200209090905.g89956Ec032410>