From owner-svn-src-all@FreeBSD.ORG Mon Jan 28 18:58:14 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 213C4219; Mon, 28 Jan 2013 18:58:14 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id F36CA25C; Mon, 28 Jan 2013 18:58:13 +0000 (UTC) Received: from pakbsde14.localnet (unknown [38.105.238.108]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3EAA0B922; Mon, 28 Jan 2013 13:58:13 -0500 (EST) From: John Baldwin To: Andriy Gapon Subject: Re: svn commit: r245850 - in head/sys/sparc64: include sparc64 Date: Mon, 28 Jan 2013 09:54:51 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p22; KDE/4.5.5; amd64; ; ) References: <201301232252.r0NMqLxh085107@svn.freebsd.org> <5103ABCC.3010706@FreeBSD.org> In-Reply-To: <5103ABCC.3010706@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201301280954.51558.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 28 Jan 2013 13:58:13 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 28 Jan 2013 18:58:14 -0000 On Saturday, January 26, 2013 5:11:24 am Andriy Gapon wrote: > on 24/01/2013 00:52 Marius Strobl said the following: > > This is due to > > the fact that on sparc64, spinlock_enter() only raises the PIL but doesn't > > disable interrupts completely. > > John, > > I wonder if you are considering pushing your amd64 TPR patch some day... I have it in a p4 branch still that is easy to update. I haven't yet been able to do any testing/benchmarks that show it as beneficial. -- John Baldwin