From 6407895de7898e360a78389b81dc1b993ac7c137 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 22 Jul 2007 11:12:37 +0200 Subject: [PATCH] --- yaml --- r: 62481 b: refs/heads/master c: bdda1561ffda764583a295229db66d94cf6038a3 h: refs/heads/master i: 62479: bff50fd4af3685c6c3630c69b0a8edb42de3e168 v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/cmpxchg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 595ded7b6987..aefa502a966d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 20fe1d30e7e1c2ee36f11856f090613b0ad58b48 +refs/heads/master: bdda1561ffda764583a295229db66d94cf6038a3 diff --git a/trunk/include/asm-x86_64/cmpxchg.h b/trunk/include/asm-x86_64/cmpxchg.h index 09a6b6b6b74d..5e182062e6ec 100644 --- a/trunk/include/asm-x86_64/cmpxchg.h +++ b/trunk/include/asm-x86_64/cmpxchg.h @@ -128,7 +128,7 @@ static inline unsigned long __cmpxchg_local(volatile void *ptr, ((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o),\ (unsigned long)(n),sizeof(*(ptr)))) #define cmpxchg_local(ptr,o,n)\ - ((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o),\ + ((__typeof__(*(ptr)))__cmpxchg_local((ptr),(unsigned long)(o),\ (unsigned long)(n),sizeof(*(ptr)))) #endif