From ca6ecf3ea583ec06754acc76a96516d5688479c0 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 14 Feb 2013 19:38:04 +0000 Subject: Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel config file. Requested by: phk (ages ago) MFC after: 1 month --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf') diff --git a/sys/conf/options b/sys/conf/options index 5722ac4..ab5d153 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -588,6 +588,7 @@ VFS_BIO_DEBUG opt_global.h VM_KMEM_SIZE opt_vm.h VM_KMEM_SIZE_SCALE opt_vm.h VM_KMEM_SIZE_MAX opt_vm.h +VM_NDOMAIN opt_vm.h VM_NRESERVLEVEL opt_vm.h VM_LEVEL_0_ORDER opt_vm.h NO_SWAPPING opt_vm.h -- cgit v1.1