From owner-svn-doc-head@FreeBSD.ORG Mon Feb 11 00:08:09 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A0FE5E5; Mon, 11 Feb 2013 00:08:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 21B559EC; Mon, 11 Feb 2013 00:08:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B089Yn064957; Mon, 11 Feb 2013 00:08:09 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B089e3064956; Mon, 11 Feb 2013 00:08:09 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302110008.r1B089e3064956@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 00:08:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40928 - head/en_US.ISO8859-1/books/arch-handbook/smp X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 00:08:09 -0000 Author: rene Date: Mon Feb 11 00:08:08 2013 New Revision: 40928 URL: http://svnweb.freebsd.org/changeset/doc/40928 Log: Some 'igor -z' improvements. Approved by: gjb (mentor) Modified: head/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml Mon Feb 11 00:07:29 2013 (r40927) +++ head/en_US.ISO8859-1/books/arch-handbook/smp/chapter.xml Mon Feb 11 00:08:08 2013 (r40928) @@ -125,7 +125,7 @@ - Read Locks versus Write Locks + Read Locks Versus Write Locks read locks write locks @@ -655,7 +655,7 @@ needed. Those items that do not matter if the race is won or lost will not be locked, since they tend to be read all over the place - (e.g. &man.device.get.softc.9;). There will be relatively few + (e.g., &man.device.get.softc.9;). There will be relatively few changes to the newbus data structures, so a single lock should be sufficient and not impose a performance penalty.