Date: Thu, 27 Dec 2007 17:56:35 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.h Message-ID: <200712271756.lBRHuZDZ011487@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc         2007-12-27 17:56:35 UTC
  FreeBSD src repository
  Modified files:
    sys/vm               vm_object.h 
  Log:
  Add a list of reservations to the vm object structure.
  
  Recycle the vm object's "pg_color" field to represent the color of the
  first virtual page address at which the object is mapped instead of the
  color of the object's first physical page.  Since an object may not be
  mapped, introduce a flag "OBJ_COLORED" that indicates whether "pg_color"
  is valid.
  
  Revision  Changes    Path
  1.115     +2 -0      src/sys/vm/vm_object.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712271756.lBRHuZDZ011487>
