From owner-svn-src-user@FreeBSD.ORG Mon Apr 22 16:38:52 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7D7E7111 for ; Mon, 22 Apr 2013 16:38:52 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id E8D4B15A6 for ; Mon, 22 Apr 2013 16:38:51 +0000 (UTC) Received: (qmail 64407 invoked from network); 22 Apr 2013 17:43:50 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 22 Apr 2013 17:43:50 -0000 Message-ID: <51756794.7000901@freebsd.org> Date: Mon, 22 Apr 2013 18:38:44 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Attilio Rao Subject: Re: svn commit: r249707 - in user/attilio/jeff-numa/sys: amd64/include arm/include conf i386/include ia64/include mips/include powerpc/include sparc64/include vm x86/acpica References: <201304201753.r3KHre7p084211@svn.freebsd.org> In-Reply-To: <201304201753.r3KHre7p084211@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Apr 2013 16:38:52 -0000 On 20.04.2013 19:53, Attilio Rao wrote: > Author: attilio > Date: Sat Apr 20 17:53:39 2013 > New Revision: 249707 > URL: http://svnweb.freebsd.org/changeset/base/249707 > > Log: > Retire VM_NDOMAIN macro and introduce MAXDOMAIN concept which is very > similar to what MAXCPUS do for CPUs. > The value can be still compiled in from custom kernel option files, just > like MAXCPUS and VM_NDOMAIN. > The standard values for VM_NDOMAIN are currently retained. Please be a bit careful with the term "DOMAIN" which is also for networking protocols, see sys/domain.h and domain(9), to avoid human and compiler confusion. -- Andre