]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/system.h
[PATCH] remove set_wmb - arch removal
[linux-2.6-omap-h63xx.git] / include / asm-mips / system.h
index 13c98dde82dcd8a2142666d34d7cce2ed022c24f..dcb4701d572831fe8e7f781d364bd4a524f2b39c 100644 (file)
 #define set_mb(var, value) \
 do { var = value; mb(); } while (0)
 
-#define set_wmb(var, value) \
-do { var = value; wmb(); } while (0)
-
 /*
  * switch_to(n) should switch tasks to task nr n, first
  * checking that n isn't the current task, in which case it does nothing.