summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2000-05-29 22:40:54 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2000-05-29 22:40:54 +0000
commit8b03c8ed5ea3bda230e983629dfc471e69b0f7f2 (patch)
tree3f153a655a0604c9397cdb1f14b74dfc48ea45d7 /sys/vm/vm_object.h
parentb620c1f5d6142c704bbbe098611e3c80f313b18c (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 62a3bbe24168..c9f239c6071e 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -123,6 +123,7 @@ struct vm_object {
TAILQ_HEAD(, vm_page) devp_pglist;
} devp;
+#if 0
/*
* Physmem pager
*
@@ -131,6 +132,7 @@ struct vm_object {
struct {
TAILQ_HEAD(, vm_page) physp_pglist;
} physp;
+#endif
/*
* Swap pager