diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-07-13 08:48:48 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-07-13 08:48:48 +0000 |
| commit | 24a1cce34fc10ade769c2d2f2e00ca5ad820a671 (patch) | |
| tree | c6f2eefb41eadd82d51ecb0deced0d6d361765ee /sys/vm/vm_map.h | |
| parent | 33d23de425a671d60d42d6e7c1a0632c6e795fa7 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_map.h')
| -rw-r--r-- | sys/vm/vm_map.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index f250144047d94..98ecb7ea55aa3 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.h,v 1.4 1995/01/09 16:05:46 davidg Exp $ + * $Id: vm_map.h,v 1.5 1995/03/16 18:17:17 bde Exp $ */ /* @@ -130,9 +130,7 @@ struct vm_map { vm_size_t size; /* virtual size */ boolean_t is_main_map; /* Am I a main map? */ int ref_count; /* Reference count */ - simple_lock_data_t ref_lock; /* Lock for ref_count field */ vm_map_entry_t hint; /* hint for quick lookups */ - simple_lock_data_t hint_lock; /* lock for hint storage */ vm_map_entry_t first_free; /* First free space hint */ boolean_t entries_pageable; /* map entries pageable?? */ unsigned int timestamp; /* Version number */ |
