From owner-cvs-src@FreeBSD.ORG Sun Feb 4 07:06:31 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29F3A16A405; Sun, 4 Feb 2007 07:06:31 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2-3.pacific.net.au [61.8.2.226]) by mx1.freebsd.org (Postfix) with ESMTP id E43C713C461; Sun, 4 Feb 2007 07:06:30 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id CAD916E189; Sun, 4 Feb 2007 18:06:26 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 76F9E2740B; Sun, 4 Feb 2007 18:06:28 +1100 (EST) Date: Sun, 4 Feb 2007 18:06:23 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: "Bjoern A. Zeeb" In-Reply-To: <20070203154547.J47107@maildrop.int.zabbadoz.net> Message-ID: <20070204173514.Y8255@delplex.bde.org> References: <200612272026.kBRKQ1gP000873@repoman.freebsd.org> <20070203154547.J47107@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include atomic.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 07:06:31 -0000 On Sat, 3 Feb 2007, Bjoern A. Zeeb wrote: > On Wed, 27 Dec 2006, Bruce Evans wrote: >> bde 2006-12-27 20:26:00 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/amd64/include atomic.h >> sys/i386/include atomic.h >> Log: > ... >> >> Revision Changes Path >> 1.40 +10 -10 src/sys/amd64/include/atomic.h >> 1.43 +11 -11 src/sys/i386/include/atomic.h > > I am usually not asking this question but are you going to MFC this? I didn't plan to. Normally I only MFC bug fixes and portability improvements (have done the latter back to RELENG_3 for atomic.h). Bruce