aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-10-20 09:10:49 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-10-20 09:10:49 +0000
commitac04195ba6b53ea368879cc68b146a9477486cb2 (patch)
treebee454c0d5d13d989d92f1b4a643306371271180 /sys/conf/files
parent05877a85952c436e051b19a323af704e0a85e13d (diff)
downloadsrc-ac04195ba6b53ea368879cc68b146a9477486cb2.tar.gz
src-ac04195ba6b53ea368879cc68b146a9477486cb2.zip
Move swapout code into vm/vm_swapout.c.
There is no NO_SWAPPING #ifdef left in the code. Requested by: alc Reviewed by: alc, markj Sponsored by: The FreeBSD Foundation MFC after: 3 weeks Differential revision: https://reviews.freebsd.org/D12663
Notes
Notes: svn path=/head/; revision=324795
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 bd185588eee0..043bc6f98c16 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4828,6 +4828,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
@@ -4842,7 +4843,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/vnode_pager.c standard
xen/features.c optional xenhvm