From owner-freebsd-current@FreeBSD.ORG Mon Oct 9 05:52:09 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B842216A416 for ; Mon, 9 Oct 2006 05:52:09 +0000 (UTC) (envelope-from astrodog@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F3C43D49 for ; Mon, 9 Oct 2006 05:52:08 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1404160wxd for ; Sun, 08 Oct 2006 22:52:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EwWxbpuo5skk4gXlr4qpJGlzqkmrKFoZ7Ol/Vfk6vlBlKLg98MuEp96ii8T9n/S9/Y0IxPoBXJTEadhODqtlDdL3yeOIfSA/M6N5/lCufBBbrsouMgXMgE1p3sxAWmMIzcpHSYohCUu2tyiqoVBSyZF4vGykwyZZP01Tz37b0aY= Received: by 10.70.67.2 with SMTP id p2mr10575924wxa; Sun, 08 Oct 2006 22:52:08 -0700 (PDT) Received: by 10.70.118.3 with HTTP; Sun, 8 Oct 2006 22:52:08 -0700 (PDT) Message-ID: <2fd864e0610082252g3fbdf020s1a450e0233d26488@mail.gmail.com> Date: Mon, 9 Oct 2006 00:52:08 -0500 From: Astrodog To: "Kip Macy" In-Reply-To: <20061008131832.O83537@demos.bsdclusters.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2fd864e0610080423q7ba6bdeal656a223e662a5d@mail.gmail.com> <200610082011.53649.davidxu@freebsd.org> <20061008131832.O83537@demos.bsdclusters.com> Cc: David Xu , current@freebsd.org Subject: Re: [PATCH] MAXCPU alterable in kernel config - needs testers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2006 05:52:09 -0000 On 10/8/06, Kip Macy wrote: > > > > I think MAXCPU should not be great than 32, since we currently define > > cpumask_t as an integer which now should be changed to a bitmap and > > a group of operations like we did for sigset_t. > > This will need to be changed soon for T2 support. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > With the potential of needing to support 128 logical CPUs, I don't think there's any way to get around this becoming alterable. --- Harrison