diff options
| author | Alan Cox <alc@FreeBSD.org> | 2002-04-20 07:23:22 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2002-04-20 07:23:22 +0000 |
| commit | a569838764665c3655d359e414236ca8ca7e8a38 (patch) | |
| tree | ecd9967c03b704767150a51c3172dbb0ece35798 /sys/vm/vm_object.h | |
| parent | 32eb065e64cb21aa2eec47d29d7f8356591948d1 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 1256e850c0630..62244a91a8f02 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -160,6 +160,7 @@ struct vm_object { TAILQ_HEAD(object_q, vm_object); extern struct object_q vm_object_list; /* list of allocated objects */ +extern struct mtx vm_object_list_mtx; /* lock for object list and count */ extern vm_object_t kernel_object; /* the single kernel object */ extern vm_object_t kmem_object; |
