From owner-svn-src-stable@FreeBSD.ORG Fri May 31 19:13:23 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 703669FF; Fri, 31 May 2013 19:13:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6135A85C; Fri, 31 May 2013 19:13:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4VJDNgC025748; Fri, 31 May 2013 19:13:23 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4VJDNCx025746; Fri, 31 May 2013 19:13:23 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201305311913.r4VJDNCx025746@svn.freebsd.org> From: John Baldwin Date: Fri, 31 May 2013 19:13:23 +0000 (UTC) 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 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 19:13:23 -0000 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 __FBSDID("$FreeBSD$"); +#include "opt_vm.h" + #include #include #include