diff options
Diffstat (limited to 'include/asm-alpha/system.h')
-rw-r--r-- | include/asm-alpha/system.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-alpha/system.h b/include/asm-alpha/system.h index 42959c35645..cf1021a97b2 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 |