]> err.no Git - linux-2.6/blobdiff - include/asm-m68k/atomic.h
[PATCH] m68k: checksum __user annotations
[linux-2.6] / include / asm-m68k / atomic.h
index b8a4e75d679d810cd2948a71932851d8b09ee195..a4a84d5c65d50eff5cfeca8239a8c6bb16cf71c1 100644 (file)
@@ -140,6 +140,7 @@ static inline void atomic_set_mask(unsigned long mask, unsigned long *v)
 }
 
 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))
+#define atomic_xchg(v, new) (xchg(&((v)->counter), new))
 
 #define atomic_add_unless(v, a, u)                             \
 ({                                                             \