From owner-svn-src-all@FreeBSD.ORG Tue Aug 10 16:28:54 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 E3884106566B; Tue, 10 Aug 2010 16:28:54 +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 613BA8FC20; Tue, 10 Aug 2010 16:28:54 +0000 (UTC) Received: by qyk11 with SMTP id 11so3642436qyk.13 for ; Tue, 10 Aug 2010 09:28:53 -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=zQBgrD6pQKrbdEBRzUPQWUl7psGvnxa/jdWTw1oyb68=; b=Lwx1ht+ThFqECpelYaHLS3gQD7/OTptfS5A978yqiS6PLc7+82Ayjn5TCo0oeFirTu fLYHxaPMGQsCdfAd5AsKOSO3TjN+t4piPw9qPRTvLOjexNZpb7YZNBIkEfun5qImTPhp J9boMzu3Ye2RlZHitczCHn7rMuNDcOS4PyMDU= 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=HHLb+u1yp8W4QUF4PboKp8FPElfodNjrZcrjp1L2qfMbcvGzk4Pig8Y5TtnDaO3Skp 8Hxaisbf1OCY3iLakog2TbUyG0msDggywTG3CClNriO6/V8HYZcB55pKEJgFhuVbWVJJ bwfF641oZwbPZmoj2W8eIHiOn36oF17E6NOBs= MIME-Version: 1.0 Received: by 10.229.35.16 with SMTP id n16mr8403652qcd.172.1281457733503; Tue, 10 Aug 2010 09:28:53 -0700 (PDT) Sender: asmrookie@gmail.com Received: by 10.229.251.6 with HTTP; Tue, 10 Aug 2010 09:28:53 -0700 (PDT) In-Reply-To: <201008101614.o7AGEBSJ069341@svn.freebsd.org> References: <201008101614.o7AGEBSJ069341@svn.freebsd.org> Date: Tue, 10 Aug 2010 18:28:53 +0200 X-Google-Sender-Auth: vV0dbiVEK5p9kPflktTtCAnX5Xw 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-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: Tue, 10 Aug 2010 16:28:55 -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. Also, sorry for not going depeer with other architectures, similar changes might happen, if necessary, on them as well. I will be glad to help maintainers of various architectures in that, if they need. Thanks, Attilio --=20 Peace can only be achieved by understanding - A. Einstein