Re: [patch 10/23] New cmpxchg_local (optimized for UP case) for m32r

From: Hirokazu Takata
Date: Tue Aug 21 2007 - 05:37:32 EST


From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxx>
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 <mathieu.desnoyers@xxxxxxxxxx>
> CC: clameter@xxxxxxx
> CC: takata@xxxxxxxxxxxxxx
> CC: linux-m32r@xxxxxxxxxxxxxxxxx
> ---
> include/asm-m32r/system.h | 103 +++++++++++++++++++++++++++++++++++++++++++---
> 1 file changed, 97 insertions(+), 6 deletions(-)

Acked-by: Hirokazu Takata <takata@xxxxxxxxxxxxxx>

Thanks,

-- Takata
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/