Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 19:13:23 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r251191 - in stable/9/sys: conf x86/acpica
Message-ID:  <201305311913.r4VJDNCx025746@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.

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?201305311913.r4VJDNCx025746>