From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Metcalf Subject: Re: [PATCH 27/31] arch,tile: Convert smp_mb__* Date: Wed, 19 Mar 2014 13:49:59 -0400 Message-ID: <5329D8C7.3070605@tilera.com> References: <20140319064729.660482086@infradead.org> <20140319065205.215604416@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140319065205.215604416@infradead.org> Sender: linux-kernel-owner@vger.kernel.org To: Peter Zijlstra , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, mingo@kernel.org, will.deacon@arm.com, paulmck@linux.vnet.ibm.com List-Id: linux-arch.vger.kernel.org On 3/19/2014 2:58 AM, Peter Zijlstra wrote: > Implement the new smp_mb__* ops as per the old ones. > > Signed-off-by: Peter Zijlstra > --- > arch/tile/include/asm/atomic_32.h | 10 ---------- > arch/tile/include/asm/atomic_64.h | 6 ------ > arch/tile/include/asm/barrier.h | 14 ++++++++++++++ > arch/tile/include/asm/bitops.h | 1 + > arch/tile/include/asm/bitops_32.h | 8 ++------ > arch/tile/include/asm/bitops_64.h | 4 ---- > 6 files changed, 17 insertions(+), 26 deletions(-) Looks good, thanks. Acked-by: Chris Metcalf -- Chris Metcalf, Tilera Corp. http://www.tilera.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from usmamail.tilera.com ([12.216.194.151]:13756 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751241AbaCSRzU (ORCPT ); Wed, 19 Mar 2014 13:55:20 -0400 Message-ID: <5329D8C7.3070605@tilera.com> Date: Wed, 19 Mar 2014 13:49:59 -0400 From: Chris Metcalf MIME-Version: 1.0 Subject: Re: [PATCH 27/31] arch,tile: Convert smp_mb__* References: <20140319064729.660482086@infradead.org> <20140319065205.215604416@infradead.org> In-Reply-To: <20140319065205.215604416@infradead.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Peter Zijlstra , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, mingo@kernel.org, will.deacon@arm.com, paulmck@linux.vnet.ibm.com Message-ID: <20140319174959.aOKcfD5BddgGTQv2gttqjtOxD78O67IdeB04POh2LXc@z> On 3/19/2014 2:58 AM, Peter Zijlstra wrote: > Implement the new smp_mb__* ops as per the old ones. > > Signed-off-by: Peter Zijlstra > --- > arch/tile/include/asm/atomic_32.h | 10 ---------- > arch/tile/include/asm/atomic_64.h | 6 ------ > arch/tile/include/asm/barrier.h | 14 ++++++++++++++ > arch/tile/include/asm/bitops.h | 1 + > arch/tile/include/asm/bitops_32.h | 8 ++------ > arch/tile/include/asm/bitops_64.h | 4 ---- > 6 files changed, 17 insertions(+), 26 deletions(-) Looks good, thanks. Acked-by: Chris Metcalf -- Chris Metcalf, Tilera Corp. http://www.tilera.com