[PATCH] powerpc: RTC memory corruption
[powerpc.git] / include / asm-arm26 / atomic.h
index 3074b0e..1552c86 100644 (file)
@@ -76,6 +76,8 @@ static inline int atomic_cmpxchg(atomic_t *v, int old, int new)
        return ret;
 }
 
+#define atomic_xchg(v, new) (xchg(&((v)->counter), new))
+
 static inline int atomic_add_unless(atomic_t *v, int a, int u)
 {
        int ret;