diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2000-05-29 22:40:54 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2000-05-29 22:40:54 +0000 |
| commit | 8b03c8ed5ea3bda230e983629dfc471e69b0f7f2 (patch) | |
| tree | 3f153a655a0604c9397cdb1f14b74dfc48ea45d7 /sys/vm/vm_object.h | |
| parent | b620c1f5d6142c704bbbe098611e3c80f313b18c (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 2 |
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 |
