X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-alpha%2Fsystem.h;fp=include%2Fasm-alpha%2Fsystem.h;h=cf1021a97b2ea947969f3f3344b0261e907e87ba;hb=5dc12ddee93d63d7107cbbf70db23476d7b30e43;hp=42959c356456554fc73c75da0f5ad62d6e413b51;hpb=c343c14aec1e70a51575e3c29391ee86ae7dbeb2;p=powerpc.git diff --git a/include/asm-alpha/system.h b/include/asm-alpha/system.h index 42959c3564..cf1021a97b 100644 --- a/include/asm-alpha/system.h +++ b/include/asm-alpha/system.h @@ -548,9 +548,6 @@ __xchg_u64_local(volatile long *m, unsigned long val) sizeof(*(ptr))); \ }) -#define tas(ptr) (xchg((ptr),1)) - - /* * Atomic compare and exchange. Compare OLD with MEM, if identical, * store NEW in MEM. Return the initial value in MEM. Success is