]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh64/system.h
IB/ipath: Shadow the gpio_mask register
[linux-2.6-omap-h63xx.git] / include / asm-sh64 / system.h
index b1598c26fcb088fe06d809540f7f90c3adde171d..5ff94644e8c87f4c47c0a24d5c539a9edcb07231 100644 (file)
@@ -43,8 +43,6 @@ extern struct task_struct *sh64_switch_to(struct task_struct *prev,
 
 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
 
-#define tas(ptr) (xchg((ptr), 1))
-
 extern void __xchg_called_with_bad_pointer(void);
 
 #define mb()   __asm__ __volatile__ ("synco": : :"memory")