From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2 16/17] xen: arm: refactor xchg and cmpxchg into their own headers Date: Wed, 26 Mar 2014 14:18:35 +0000 Message-ID: <5332E1BB.7070905@linaro.org> References: <1395841009.12547.11.camel@kazak.uk.xensource.com> <1395841133-2223-16-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1395841133-2223-16-git-send-email-ian.campbell@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: Ian Campbell Cc: stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 03/26/2014 01:38 PM, Ian Campbell wrote: > Since these functions are taken from Linux this makes it easier to compare > against the Lihnux cmpxchg.h headers (which were split out from Linux's > system.h a while back). > > Since these functions are from Linux the intention is to use Linux coding > style, therefore include a suitable emacs magic block. > > For this reason also fix up the indentation in the 32-bit version to use hard > tabs while moving it. The 64-bit version was already correct. > > Signed-off-by: Ian Campbell Acked-by: Julien Grall -- Julien Grall