summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-02 11:34:57 +0000
committerbde <bde@FreeBSD.org>1999-01-02 11:34:57 +0000
commit734d13314e6e9f235abcba66a420f81b29606173 (patch)
treea59d3d6af3585db9166b59563c58b540faccaa4d /sys/vm
parent60b0c6afef485cb129b9755b9ca0fc373c700689 (diff)
downloadFreeBSD-src-734d13314e6e9f235abcba66a420f81b29606173.zip
FreeBSD-src-734d13314e6e9f235abcba66a420f81b29606173.tar.gz
Ifdefed conditionally used simplock variables.
Diffstat (limited to 'sys/vm')
-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 1ea7978..a79bb1b 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;
OpenPOWER on IntegriCloud