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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to