X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=blobdiff_plain;f=kernel%2Farch%2Fhexagon%2Finclude%2Fasm%2Fcmpxchg.h;h=a6e34e2acbbaf6cc07f377db35faa7c744ba23e3;hp=9e7802911a57f22b01d9f6852d3c11b2f34c1869;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hpb=f93b97fd65072de626c074dbe099a1fff05ce060 diff --git a/kernel/arch/hexagon/include/asm/cmpxchg.h b/kernel/arch/hexagon/include/asm/cmpxchg.h index 9e7802911..a6e34e2ac 100644 --- a/kernel/arch/hexagon/include/asm/cmpxchg.h +++ b/kernel/arch/hexagon/include/asm/cmpxchg.h @@ -64,7 +64,6 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr, * looks just like atomic_cmpxchg on our arch currently with a bunch of * variable casting. */ -#define __HAVE_ARCH_CMPXCHG 1 #define cmpxchg(ptr, old, new) \ ({ \