aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-04-15 10:22:04 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-04-15 10:22:04 +0000
commitcc64b484dd5bb8207409838e82b6d0e37a0cfbc1 (patch)
tree57e180cb0d5c643a5795cac4af9c550f80e81ec5 /sys/vm/vm_object.h
parentf9c1855801b66e4798b8f46cd81d27261b37b4dc (diff)
downloadsrc-cc64b484dd5bb8207409838e82b6d0e37a0cfbc1.tar.gz
src-cc64b484dd5bb8207409838e82b6d0e37a0cfbc1.zip
use TAILQ_FOREACH, fix a comment's location
Notes
Notes: svn path=/head/; revision=75523
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 73b4d9df21b3..ba4c026a7292 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;