summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-21 13:41:29 +0000
committerpeter <peter@FreeBSD.org>2000-05-21 13:41:29 +0000
commit807a5519028c413f1a6eb2a4a100af4170425554 (patch)
tree04ec85a52c81760d92cfd7592df079b556640168 /sys/conf/files
parent7ae48d4d372ec107a8d8d0e583c97f198a52389d (diff)
downloadFreeBSD-src-807a5519028c413f1a6eb2a4a100af4170425554.zip
FreeBSD-src-807a5519028c413f1a6eb2a4a100af4170425554.tar.gz
Checkpoint of a new physical memory backed object type, that does not
have pv_entries. This is intended for very special circumstances, eg: a certain database that has a 1GB shm segment mapped into 300 processes. That would consume 2GB of kvm just to hold the pv_entries alone. This would not be used on systems unless the physical ram was available, as it's not pageable. This is a work-in-progress, but is a useful and functional checkpoint. Matt has got some more fixes for it that will be committed soon. Reviewed by: dillon
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index e1e062a..ba8c672 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -880,6 +880,7 @@ ufs/ufs/ufs_vfsops.c standard
ufs/ufs/ufs_vnops.c standard
vm/default_pager.c standard
vm/device_pager.c standard
+vm/phys_pager.c standard
vm/swap_pager.c standard
vm/vm_fault.c standard
vm/vm_glue.c standard
OpenPOWER on IntegriCloud