aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-01-02 11:34:57 +0000
committerBruce Evans <bde@FreeBSD.org>1999-01-02 11:34:57 +0000
commit289bdf33d3a55679d1a56260a5c114c49cd0950d (patch)
treec00ebad09449facd5afa83fd74cde219fde8d4ad /sys/vm/vm_object.c
parent896560726390a1a34891e93abbd40877ab61453d (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 1ea7978606e2..a79bb1ba1cfe 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.134 1998/10/27 13:22:51 dg Exp $
+ * $Id: vm_object.c,v 1.135 1998/11/05 14:28:26 dg Exp $
*/
/*
@@ -119,7 +119,9 @@ static void vm_object_qcollapse __P((vm_object_t object));
*/
struct object_q vm_object_list;
+#ifndef NULL_SIMPLELOCKS
static struct simplelock vm_object_list_lock;
+#endif
static long vm_object_count; /* count of all objects */
vm_object_t kernel_object;
vm_object_t kmem_object;