summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-11-10 13:17:40 +0000
committerkib <kib@FreeBSD.org>2017-11-10 13:17:40 +0000
commite84aae2948262ee900a4736a9f92bdf4c5196981 (patch)
tree01aeb25eedaa49fdcd3dbb1212d888208b05dada /sys/conf/files
parent7094f779ead5c13e62afa73a8bd071b41797e1a7 (diff)
downloadFreeBSD-src-e84aae2948262ee900a4736a9f92bdf4c5196981.zip
FreeBSD-src-e84aae2948262ee900a4736a9f92bdf4c5196981.tar.gz
MFC r324795:
Move swapout code into vm/vm_swapout.c.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index aadf9aa..1547572 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4608,6 +4608,7 @@ vm/swap_pager.c standard
vm/uma_core.c standard
vm/uma_dbg.c standard
vm/memguard.c optional DEBUG_MEMGUARD
+vm/vm_domain.c standard
vm/vm_fault.c standard
vm/vm_glue.c standard
vm/vm_init.c standard
@@ -4622,7 +4623,8 @@ vm/vm_pager.c standard
vm/vm_phys.c standard
vm/vm_radix.c standard
vm/vm_reserv.c standard
-vm/vm_domain.c standard
+vm/vm_swapout.c optional !NO_SWAPPING
+vm/vm_swapout_dummy.c optional NO_SWAPPING
vm/vm_unix.c standard
vm/vm_zeroidle.c standard
vm/vnode_pager.c standard
OpenPOWER on IntegriCloud