From owner-svn-src-all@FreeBSD.ORG Wed Aug 11 17:27:18 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 BD5391065670; Wed, 11 Aug 2010 17:27:18 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 2AAEB8FC12; Wed, 11 Aug 2010 17:27:17 +0000 (UTC) Received: by qyk11 with SMTP id 11so5288596qyk.13 for ; Wed, 11 Aug 2010 10:27:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=fIjd0inewlHYWtjwKApTNUAVrBmarGdI+hBzj+6EcR0=; b=OKXe4k/1yjkTCbO3neFDJKOfadrNNT+8E9wq8K0hDzzQ/MhiX+Sc7prmphElT4k8MX sdmSQ4xDumf4QRhdc7tWyIMWUuinwjdiSrT+I5T1wprzN4/78Mpze8Oq4xeN0IHOMwrq s8NlwERxqnMm7GYtpubYgodqRvkQK3WzQ76RU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=nuWsaZ0AR7aUGtpZ5j0kBeFMHj5gHQV8Xm466gWn+VBNuX2w4CMB9Gp1lOJoIPRm1f FnguOTW8Zc2xtgWru9dZCHPNwW3218x3+ol9qza6HjaoSXUA13KsZC8JY1xCncYmSL4u WoYSC3TzNMAqtMW/wOGbLa9pXN1FREoZVKBkk= MIME-Version: 1.0 Received: by 10.229.224.76 with SMTP id in12mr9986450qcb.81.1281547637234; Wed, 11 Aug 2010 10:27:17 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.229.251.6 with HTTP; Wed, 11 Aug 2010 10:27:17 -0700 (PDT) In-Reply-To: <4C62DA5E.9080501@FreeBSD.org> References: <201008101614.o7AGEBSJ069341@svn.freebsd.org> <4C62DA5E.9080501@FreeBSD.org> Date: Wed, 11 Aug 2010 19:27:17 +0200 X-Google-Sender-Auth: W6iwZXY--e6-QQDYnVHoO1KOoqM Message-ID: From: Attilio Rao To: John Baldwin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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:27:18 -0000 2010/8/11 John Baldwin : > 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: >> =C2=A0Fix some places that may use cpumask_t while they still use 'int' = types. >> =C2=A0While there, also fix some places assuming cpu type is 'int' while >> =C2=A0u_int is really meant. >> =C2=A0 =C2=A0Note: this will also fix some possible races in per-cpu dat= a accessings >> =C2=A0to be addressed in further commits. >> =C2=A0 =C2=A0In collabouration with: =C2=A0 =C2=A0 Yahoo! Incorporated (= via sbruno and peter) >> =C2=A0Tested by: =C2=A0 =C2=A0gianni >> =C2=A0MFC after: =C2=A0 =C2=A01 month > > Ugh, I have a much larger patch for all architectures in p4 that I was do= ing > universe builds on yesterday that this conflicts with. =C2=A0I will commi= t my > other patch shortly. Sorry, was unaware of that. Let me know if you need assistance/have questions. Thanks, Attilio --=20 Peace can only be achieved by understanding - A. Einstein