diff options
| author | Alan Cox <alc@FreeBSD.org> | 1999-07-10 18:29:18 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 1999-07-10 18:29:18 +0000 |
| commit | b6041a43078cd3e899ba0907e2c43453667177d6 (patch) | |
| tree | 40de964270ad7ff98f356aaa192a4836998ca804 | |
| parent | a080a18c8765886010ff07d42bfca479b6bc3f4d (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 2bb42e16c274..a311ddfc0359 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.h,v 1.55 1999/06/19 18:42:52 alc Exp $ + * $Id: vm_object.h,v 1.56 1999/06/20 21:47:01 alc Exp $ */ /* @@ -94,9 +94,9 @@ struct vm_object { vm_size_t size; /* Object size */ int ref_count; /* How many refs?? */ int shadow_count; /* how many objects that this is a shadow for */ - int pg_color; /* color of first page in obj */ int hash_rand; /* vm hash table randomizer */ u_short flags; /* see below */ + u_short pg_color; /* color of first page in obj */ u_short paging_in_progress; /* Paging (in or out) so don't collapse or destroy */ u_short behavior; /* see below */ int resident_page_count; /* number of resident pages */ |
