From owner-svn-src-all@FreeBSD.ORG Wed Aug 11 17:14:09 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 377DF1065674; Wed, 11 Aug 2010 17:14:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 095118FC19; Wed, 11 Aug 2010 17:14:09 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id B43FB46B32; Wed, 11 Aug 2010 13:14:08 -0400 (EDT) Received: from John-Baldwins-Macbook-Pro.local (75-48-78-116.lightspeed.cncrca.sbcglobal.net [75.48.78.116]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5E8BF8A03C; Wed, 11 Aug 2010 13:14:07 -0400 (EDT) Message-ID: <4C62DA5E.9080501@FreeBSD.org> Date: Wed, 11 Aug 2010 13:14:06 -0400 From: John Baldwin User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Attilio Rao References: <201008101614.o7AGEBSJ069341@svn.freebsd.org> In-Reply-To: <201008101614.o7AGEBSJ069341@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 11 Aug 2010 13:14:07 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211149 - in head/sys: amd64/amd64 i386/i386 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2010 17:14:09 -0000 Attilio Rao wrote: > Author: attilio > Date: Tue Aug 10 16:14:10 2010 > New Revision: 211149 > URL: http://svn.freebsd.org/changeset/base/211149 > > Log: > Fix some places that may use cpumask_t while they still use 'int' types. > While there, also fix some places assuming cpu type is 'int' while > u_int is really meant. > > Note: this will also fix some possible races in per-cpu data accessings > to be addressed in further commits. > > In collabouration with: Yahoo! Incorporated (via sbruno and peter) > Tested by: gianni > MFC after: 1 month Ugh, I have a much larger patch for all architectures in p4 that I was doing universe builds on yesterday that this conflicts with. I will commit my other patch shortly. -- John Baldwin