X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fcmpxchg_64.h;h=1af94697aae510fb8eee5699b96895622975f5ec;hb=19d402c1e75077e2bcfe17f7fe5bcfc8deb74991;hp=614be87f1a9b94ac5276436931fc844df2610c54;hpb=00b1d444afc2e5c3129b4a9c16b1de03c0fce3f0;p=sfrench%2Fcifs-2.6.git diff --git a/arch/x86/include/asm/cmpxchg_64.h b/arch/x86/include/asm/cmpxchg_64.h index 614be87f1a9b..1af94697aae5 100644 --- a/arch/x86/include/asm/cmpxchg_64.h +++ b/arch/x86/include/asm/cmpxchg_64.h @@ -6,8 +6,6 @@ static inline void set_64bit(volatile u64 *ptr, u64 val) *ptr = val; } -#define __HAVE_ARCH_CMPXCHG 1 - #define cmpxchg64(ptr, o, n) \ ({ \ BUILD_BUG_ON(sizeof(*(ptr)) != 8); \