]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh64/system.h
[ALSA] Fix the soc code after dhowells workqueue changes.
[linux-2.6-omap-h63xx.git] / include / asm-sh64 / system.h
index 7606f6e1f01ed9b6c253b245d3b1b599d73ff477..b1598c26fcb088fe06d809540f7f90c3adde171d 100644 (file)
@@ -64,9 +64,8 @@ extern void __xchg_called_with_bad_pointer(void);
 #define smp_read_barrier_depends()     do { } while (0)
 #endif /* CONFIG_SMP */
 
-#define set_rmb(var, value) do { xchg(&var, value); } while (0)
+#define set_rmb(var, value) do { (void)xchg(&var, value); } while (0)
 #define set_mb(var, value) set_rmb(var, value)
-#define set_wmb(var, value) do { var = value; wmb(); } while (0)
 
 /* Interrupt Control */
 #ifndef HARD_CLI