diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-07-28 22:03:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-07-28 22:03:08 +0000 |
| commit | bb663856f825e39c918069a963ac1cfb4f38b6fe (patch) | |
| tree | 1112fdcb4a2d9017baf26994c03c51c986a6e227 /sys/vm/vm_object.h | |
| parent | ba66454b6918e17e6087191ab60b10f0eef2c3ce (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index c9f239c6071e..881cffe891ca 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -123,17 +123,6 @@ struct vm_object { TAILQ_HEAD(, vm_page) devp_pglist; } devp; -#if 0 - /* - * Physmem pager - * - * physp_pglist - list of allocated pages - */ - struct { - TAILQ_HEAD(, vm_page) physp_pglist; - } physp; -#endif - /* * Swap pager * |
