]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-h8300/system.h
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[linux-2.6-omap-h63xx.git] / include / asm-h8300 / system.h
index 5084a9d4292254f28a638302cc3bc0eb9b609069..7807018f85002cd201db14dc74926f469b3c11b5 100644 (file)
@@ -98,7 +98,6 @@ asmlinkage void resume(void);
 #endif
 
 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
-#define tas(ptr) (xchg((ptr),1))
 
 struct __xchg_dummy { unsigned long a[100]; };
 #define __xg(x) ((volatile struct __xchg_dummy *)(x))