Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756291AbXHUJhb (ORCPT ); Tue, 21 Aug 2007 05:37:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756865AbXHUJhI (ORCPT ); Tue, 21 Aug 2007 05:37:08 -0400 Received: from mail.renesas.com ([202.234.163.13]:58849 "EHLO mail04.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756807AbXHUJhG (ORCPT ); Tue, 21 Aug 2007 05:37:06 -0400 Date: Tue, 21 Aug 2007 18:36:58 +0900 From: Hirokazu Takata Subject: Re: [patch 10/23] New cmpxchg_local (optimized for UP case) for m32r In-reply-to: <20070820201826.481712944@polymtl.ca> To: Mathieu Desnoyers Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, clameter@sgi.com, takata@linux-m32r.org, linux-m32r@ml.linux-m32r.org Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.4 Mule/5.0 (SAKAKI) Renesas-ECN: H07-0010RT References: <20070820201519.512791382@polymtl.ca> <20070820201826.481712944@polymtl.ca> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 28 From: Mathieu Desnoyers Subject: [patch 10/23] New cmpxchg_local (optimized for UP case) for m32r Date: Mon, 20 Aug 2007 16:15:29 -0400 > Add __xchg_local, xchg_local (define), __cmpxchg_local_u32, __cmpxchg_local, > cmpxchg_local(macro). > > cmpxchg_local and cmpxchg64_local will use the architecture specific > __cmpxchg_local_u32 for 32 bits arguments, and use the generic > __cmpxchg_local_generic for 8, 16 and 64 bits arguments. > > Signed-off-by: Mathieu Desnoyers > CC: clameter@sgi.com > CC: takata@linux-m32r.org > CC: linux-m32r@ml.linux-m32r.org > --- > include/asm-m32r/system.h | 103 +++++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 97 insertions(+), 6 deletions(-) Acked-by: Hirokazu Takata Thanks, -- Takata - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/