From owner-svn-src-head@FreeBSD.ORG Tue Aug 10 16:17:01 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0384F1065673; Tue, 10 Aug 2010 16:17:01 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 789828FC18; Tue, 10 Aug 2010 16:17:00 +0000 (UTC) Received: by qwg5 with SMTP id 5so7522059qwg.13 for ; Tue, 10 Aug 2010 09:16:59 -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:content-type:content-transfer-encoding; bh=Cln3EdMF43B9FkWKG6t7wuEXsTQMuLGOQi1nF1UanRU=; b=JACyacgN0qIkbv0fFsQux//+rUXKE/NGUFHtfQFYsSLfYlu2Xai7XfqVL9G/ZvHR7X P5XS+TTSI8jBohwQJROdCYfP+walju+WkHrwSg7i/FZGRS2ZB1wBg3TRRWcQVpeCHOff Lkun9ZkD7ZmiS/yMBt91Kaleu6RTYnyLIJZAo= 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:content-type :content-transfer-encoding; b=AKvwodkCOe2stz5ceD66qxgThCSiRmBkeRuDECHQs/bhDKT8q2hvqLhomTsgdyF9lZ gS7oInQNGgNSN+CiRgJlt+jKfLZKyQxekX42POMT5C1L80FsaGGhn41tpIExnJ4mVjQ/ J0Igm6lDE8vO2sssYf71SiZuhTrbq7Jj6tfYE= MIME-Version: 1.0 Received: by 10.224.67.193 with SMTP id s1mr9911715qai.28.1281457007478; Tue, 10 Aug 2010 09:16:47 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.229.251.6 with HTTP; Tue, 10 Aug 2010 09:16:47 -0700 (PDT) In-Reply-To: <201008101614.o7AGEBSJ069341@svn.freebsd.org> References: <201008101614.o7AGEBSJ069341@svn.freebsd.org> Date: Tue, 10 Aug 2010 18:16:47 +0200 X-Google-Sender-Auth: sjG3f67hWgQsheX0527dkacOY5k Message-ID: From: Attilio Rao To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: svn commit: r211149 - in head/sys: amd64/amd64 i386/i386 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2010 16:17:01 -0000 2010/8/10 Attilio Rao : > 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' t= ypes. > =C2=A0While there, also fix some places assuming cpu type is 'int' while > =C2=A0u_int is really meant. > > =C2=A0Note: this will also fix some possible races in per-cpu data access= ings > =C2=A0to be addressed in further commits. s/fix/help fixing. Thanks, Attilio --=20 Peace can only be achieved by understanding - A. Einstein