From owner-svn-src-projects@FreeBSD.ORG Tue Jun 7 08:07:41 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1B88106564A; Tue, 7 Jun 2011 08:07:41 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E3F518FC0A; Tue, 7 Jun 2011 08:07:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p5787f2k072135; Tue, 7 Jun 2011 08:07:41 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p5787fgi072133; Tue, 7 Jun 2011 08:07:41 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201106070807.p5787fgi072133@svn.freebsd.org> From: Attilio Rao Date: Tue, 7 Jun 2011 08:07:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222811 - projects/largeSMP X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2011 08:07:42 -0000 Author: attilio Date: Tue Jun 7 08:07:41 2011 New Revision: 222811 URL: http://svn.freebsd.org/changeset/base/222811 Log: Add an UPDATE entry. Modified: projects/largeSMP/UPDATING Modified: projects/largeSMP/UPDATING ============================================================================== --- projects/largeSMP/UPDATING Tue Jun 7 08:05:23 2011 (r222810) +++ projects/largeSMP/UPDATING Tue Jun 7 08:07:41 2011 (r222811) @@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20110607: + cpumask_t type is retired and cpuset_t is used in order to describe + a mask of CPUs. + 20110513: Support for sun4v architecture is officially dropped