From owner-svn-src-all@FreeBSD.ORG Thu Jun 23 18:41:29 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 970E51065673; Thu, 23 Jun 2011 18:41:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 506FA8FC1B; Thu, 23 Jun 2011 18:41:29 +0000 (UTC) Received: from [10.30.101.53] ([209.117.142.2]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p5NIVa0p009926 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Thu, 23 Jun 2011 12:31:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <31243267-5FE1-4104-9B77-4F3EAAD4523B@FreeBSD.org> Date: Thu, 23 Jun 2011 12:30:45 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201106230524.p5N5O0Rs084548@svn.freebsd.org> <31243267-5FE1-4104-9B77-4F3EAAD4523B@FreeBSD.org> To: "Bjoern A. Zeeb" X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Thu, 23 Jun 2011 12:31:38 -0600 (MDT) Cc: Alan Cox , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r223464 - head/sys/vm 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: Thu, 23 Jun 2011 18:41:29 -0000 On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote: >=20 > On Jun 23, 2011, at 5:24 AM, Alan Cox wrote: >=20 >> Author: alc >> Date: Thu Jun 23 05:23:59 2011 >> New Revision: 223464 >> URL: http://svn.freebsd.org/changeset/base/223464 >>=20 >> Log: >> Revert to using the page queues lock in vm_page_clear_dirty_mask() on >> MIPS. (At present, although atomic_clear_char() is defined by = atomic.h >> on MIPS, it is not actually implemented by support.S.) >=20 > Thanks, > and good catch on the atomics even if not planned, just in time for = 9.0:) Yea, there's some work there to fix them... Not sure we can even fix = some of them atomically... Warner=