From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 13 Mar 2003 22:46:32 +0000 Subject: [Linux-ia64] Re: ia64_spinlock_contention and NEW_LOCK Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Fri, 14 Mar 2003 09:42:41 +1100, Keith Owens said: Keith> OTOH, if you do not mind changing unw_access_gr(), I will do Keith> it that way and free up r29. No, I don't mind fixing that. ".save rp, r0" is the only way to terminate a call-chain in a "race-free" manner, so it needs to work anyhow. --david