From: Mathieu Desnoyers <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > --- > include/asm-m32r/system.h | 103 > +++++++++++++++++++++++++++++++++++++++++++--- > 1 file changed, 97 insertions(+), 6 deletions(-)
Acked-by: Hirokazu Takata <[EMAIL PROTECTED]> Thanks, -- Takata - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/