summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 73b4d9d..ba4c026 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -162,8 +162,6 @@ TAILQ_HEAD(object_q, vm_object);
extern struct object_q vm_object_list; /* list of allocated objects */
- /* lock for object list and count */
-
extern vm_object_t kernel_object; /* the single kernel object */
extern vm_object_t kmem_object;
OpenPOWER on IntegriCloud