From owner-svn-src-all@FreeBSD.ORG Tue Dec 20 14:52:49 2011 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 A55E8106566C; Tue, 20 Dec 2011 14:52:49 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2588FC12; Tue, 20 Dec 2011 14:52:49 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 33AAC46B0D; Tue, 20 Dec 2011 09:52:49 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 750BAB955; Tue, 20 Dec 2011 09:52:48 -0500 (EST) From: John Baldwin To: Alexander Motin Date: Tue, 20 Dec 2011 09:27:52 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201112201412.pBKECpWd019574@svn.freebsd.org> In-Reply-To: <201112201412.pBKECpWd019574@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201112200927.52405.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 20 Dec 2011 09:52:48 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r228737 - head/share/man/man4 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, 20 Dec 2011 14:52:49 -0000 On Tuesday, December 20, 2011 9:12:51 am Alexander Motin wrote: > Author: mav > Date: Tue Dec 20 14:12:50 2011 > New Revision: 228737 > URL: http://svn.freebsd.org/changeset/base/228737 > > Log: > Remove extra "and" left from earlier version. > > Modified: > head/share/man/man4/apic.4 > > Modified: head/share/man/man4/apic.4 > ============================================================================== > --- head/share/man/man4/apic.4 Tue Dec 20 13:53:31 2011 (r228736) > +++ head/share/man/man4/apic.4 Tue Dec 20 14:12:50 2011 (r228737) > @@ -54,8 +54,7 @@ and the I/O APIC. > There is one LAPIC in each CPU in the system. > There is typically one I/O APIC for each peripheral bus in the system. > .Pp > -LAPICs manage all external and interrupts for specific processor in an > -SMP system. > +LAPICs manage all external interrupts for specific processor in an SMP system. > In addition, they are able to accept and generate inter-processor interrupts > (IPIs). > .Pp Hmm, can you call it a "local APIC" rather than LAPIC? The Intel manuals all use the longer form. Also, 'for a specific processor' reads better. Note that some UP systems have CPUs with local APICs as well, so they are not specific to SMP systems. -- John Baldwin