diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-05-08 00:34:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:20 -0700 |
commit | 5dc12ddee93d63d7107cbbf70db23476d7b30e43 (patch) | |
tree | a0c53f8a4d826e73213268c87657ae933d7634b3 /include/asm-alpha/system.h | |
parent | c343c14aec1e70a51575e3c29391ee86ae7dbeb2 (diff) | |
download | linux-5dc12ddee93d63d7107cbbf70db23476d7b30e43.tar.bz2 |
Remove tas()
tas() has no users, so get rid of it.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: <linux-arch@vger.kernel.org>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 42959c356456..cf1021a97b2e 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 |