From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCHv2 3/6] xen: generic xadd() for ticket locks Date: Wed, 15 Apr 2015 09:34:19 +0100 Message-ID: <1429086859.15516.131.camel@citrix.com> References: <1428675597-28465-1-git-send-email-david.vrabel@citrix.com> <1428675597-28465-4-git-send-email-david.vrabel@citrix.com> <1429017428.15516.49.camel@citrix.com> <552D4248.4030809@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YiIm7-0005UN-6c for xen-devel@lists.xenproject.org; Wed, 15 Apr 2015 08:34:23 +0000 In-Reply-To: <552D4248.4030809@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: xen-devel@lists.xenproject.org, Stefano Stabellini , Keir Fraser , Jan Beulich , Tim Deegan List-Id: xen-devel@lists.xenproject.org On Tue, 2015-04-14 at 17:37 +0100, David Vrabel wrote: > On 14/04/15 14:17, Ian Campbell wrote: > > On Fri, 2015-04-10 at 15:19 +0100, David Vrabel wrote: > >> This is only temporary until arm/arm64 provides an xadd() > >> implementation. > > > > I'll assume that you aren't planning on doing this and add it to my own > > TODO list. Although, I'm more than willing to be preempted by another > > ARM dev... > > Thanks. I'd hoped I could lift something from Linux but there's nothing > directly suited. I looked too and didn't find anything suitable. It should be pretty trivial using ldrex and friends, I've added it to my list. Ian.