On 05/31/13 12:13, John Baldwin wrote:
> Author: jhb
> Date: Fri May 31 19:13:22 2013
> New Revision: 251191
> URL: http://svnweb.freebsd.org/changeset/base/251191
> 
> Log:
>   MFC 246805:
>   Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel
>   config file.

Is this going to live long in 9?  Or will be replaced with MAXMEMDOM
like it was in head?


Navdeep

> 
> Modified:
>   stable/9/sys/conf/options
>   stable/9/sys/x86/acpica/srat.c
> Directory Properties:
>   stable/9/sys/   (props changed)
>   stable/9/sys/conf/   (props changed)
> 
> Modified: stable/9/sys/conf/options
> ==============================================================================
> --- stable/9/sys/conf/options Fri May 31 19:07:17 2013        (r251190)
> +++ stable/9/sys/conf/options Fri May 31 19:13:22 2013        (r251191)
> @@ -594,6 +594,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
> 
> Modified: stable/9/sys/x86/acpica/srat.c
> ==============================================================================
> --- stable/9/sys/x86/acpica/srat.c    Fri May 31 19:07:17 2013        
> (r251190)
> +++ stable/9/sys/x86/acpica/srat.c    Fri May 31 19:13:22 2013        
> (r251191)
> @@ -28,6 +28,8 @@
>  #include <sys/cdefs.h>
>  __FBSDID("$FreeBSD$");
>  
> +#include "opt_vm.h"
> +
>  #include <sys/param.h>
>  #include <sys/bus.h>
>  #include <sys/kernel.h>
> 

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"

Reply via email to