Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 01:40:49 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_map.c
Message-ID:  <199901210940.BAA21716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/01/21 01:40:49 PST

  Modified files:
    sys/vm               vm_map.c 
  Log:
      General cleanup related to the new pager.  We no longer have to worry
      about conversions of objects to OBJT_SWAP, it is done automatically
      now.
  
      Replaced manually inserted code with inline calls for busy waiting on
      pages, which also incidently fixes a potential PG_BUSY race due to
      the code not running at splvm().
  
      vm_objects no longer have a paging_offset field ( see vm/vm_object.c )
  
  Revision  Changes    Path
  1.141     +1 -1      src/sys/vm/vm_map.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?199901210940.BAA21716>