[patch 17/23] Add cmpxchg_local to s390

2007-08-20 Thread Mathieu Desnoyers
Use the standard __cmpxchg for every type that can be updated atomically. Use the new generic cmpxchg_local (disables interrupt) for other types. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] --- include/asm-s390/system.h |

[patch 17/23] Add cmpxchg_local to s390

2007-08-20 Thread Mathieu Desnoyers
Use the standard __cmpxchg for every type that can be updated atomically. Use the new generic cmpxchg_local (disables interrupt) for other types. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] --- include/asm-s390/system.h |

Re: [patch 17/23] Add cmpxchg_local to s390

2007-08-13 Thread Mathieu Desnoyers
* Heiko Carstens ([EMAIL PROTECTED]) wrote: > On Sun, Aug 12, 2007 at 10:54:51AM -0400, Mathieu Desnoyers wrote: > > Use the standard __cmpxchg for every type that can be updated atomically. > > Use the new generic cmpxchg_local (disables interrupt) for other types. > > > > Signed-off-by: Mathieu

Re: [patch 17/23] Add cmpxchg_local to s390

2007-08-13 Thread Heiko Carstens
On Sun, Aug 12, 2007 at 10:54:51AM -0400, Mathieu Desnoyers wrote: > Use the standard __cmpxchg for every type that can be updated atomically. > Use the new generic cmpxchg_local (disables interrupt) for other types. > > Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED]

Re: [patch 17/23] Add cmpxchg_local to s390

2007-08-13 Thread Heiko Carstens
On Sun, Aug 12, 2007 at 10:54:51AM -0400, Mathieu Desnoyers wrote: Use the standard __cmpxchg for every type that can be updated atomically. Use the new generic cmpxchg_local (disables interrupt) for other types. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC:

Re: [patch 17/23] Add cmpxchg_local to s390

2007-08-13 Thread Mathieu Desnoyers
* Heiko Carstens ([EMAIL PROTECTED]) wrote: On Sun, Aug 12, 2007 at 10:54:51AM -0400, Mathieu Desnoyers wrote: Use the standard __cmpxchg for every type that can be updated atomically. Use the new generic cmpxchg_local (disables interrupt) for other types. Signed-off-by: Mathieu

[patch 17/23] Add cmpxchg_local to s390

2007-08-12 Thread Mathieu Desnoyers
Use the standard __cmpxchg for every type that can be updated atomically. Use the new generic cmpxchg_local (disables interrupt) for other types. Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] --- include/asm-s390/system.h |

[patch 17/23] Add cmpxchg_local to s390

2007-08-12 Thread Mathieu Desnoyers
Use the standard __cmpxchg for every type that can be updated atomically. Use the new generic cmpxchg_local (disables interrupt) for other types. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] --- include/asm-s390/system.h |