Re: [PATCH 00/09] atomic.h : standardizing atomic primitives

2007-01-27 Thread Mathieu Desnoyers
* Andrew Morton ([EMAIL PROTECTED]) wrote: > On Thu, 25 Jan 2007 11:15:45 -0500 > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > It mainly adds support for missing 64 bits cmpxchg and 64 bits atomic add > > unless. Therefore, principally 64 bits architectures are targeted by these > > patches.

Re: [PATCH 00/09] atomic.h : standardizing atomic primitives

2007-01-27 Thread Andrew Morton
On Thu, 25 Jan 2007 11:15:45 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > It mainly adds support for missing 64 bits cmpxchg and 64 bits atomic add > unless. Therefore, principally 64 bits architectures are targeted by these > patches. It also adds the complete list of atomic operations on

Re: [PATCH 00/09] atomic.h : standardizing atomic primitives

2007-01-27 Thread Andrew Morton
On Thu, 25 Jan 2007 11:15:45 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > It mainly adds support for missing 64 bits cmpxchg and 64 bits atomic add > unless. Therefore, principally 64 bits architectures are targeted by these > patches. It also adds the complete list of atomic operations on

Re: [PATCH 00/09] atomic.h : standardizing atomic primitives

2007-01-26 Thread Mathieu Desnoyers
* Peter Zijlstra ([EMAIL PROTECTED]) wrote: > On Thu, 2007-01-25 at 11:15 -0500, Mathieu Desnoyers wrote: > > atomic.h : standardizing atomic primitives > > > > It mainly adds support for missing 64 bits cmpxchg and 64 bits atomic add > > unless. Therefore, principally 64 bits architectures are ta

Re: [PATCH 00/09] atomic.h : standardizing atomic primitives

2007-01-26 Thread Peter Zijlstra
On Thu, 2007-01-25 at 11:15 -0500, Mathieu Desnoyers wrote: > atomic.h : standardizing atomic primitives > > It mainly adds support for missing 64 bits cmpxchg and 64 bits atomic add > unless. Therefore, principally 64 bits architectures are targeted by these > patches. It also adds the complete l