]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-v850/system.h
mm: remove ptep_establish()
[karo-tx-linux.git] / include / asm-v850 / system.h
index da39916f10b0cc523eb2c0907f8579b5445fdc41..0de2481fd990dcb247e42488be480c8259b40a84 100644 (file)
@@ -76,7 +76,6 @@ static inline int irqs_disabled (void)
 
 #define xchg(ptr, with) \
   ((__typeof__ (*(ptr)))__xchg ((unsigned long)(with), (ptr), sizeof (*(ptr))))
-#define tas(ptr) (xchg ((ptr), 1))
 
 static inline unsigned long __xchg (unsigned long with,
                                    __volatile__ void *ptr, int size)