Date: Fri, 31 May 2013 12:20:15 -0700 From: Navdeep Parhar <np@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r251191 - in stable/9/sys: conf x86/acpica Message-ID: <51A8F7EF.8030804@FreeBSD.org> In-Reply-To: <201305311913.r4VJDNCx025746@svn.freebsd.org> References: <201305311913.r4VJDNCx025746@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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> >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51A8F7EF.8030804>