cvs commit: src/sys/vm vm_object.h
Alan Cox
alc at FreeBSD.org
Thu Dec 27 09:56:36 PST 2007
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
More information about the cvs-src
mailing list