commit | e87cfde4a1e93aa0f0efc5ad7955500c2246f29b | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Sat Aug 02 22:03:38 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Aug 16 12:23:06 2014 -0700 |
tree | 838318f9744efe13e38d537054b622322b1c3647 | |
parent | 2e20c4a7c8179d3216eaf03c3c8fa8badfb35290 [diff] |
staging: unisys: remove MEMORYBARRIER AND VolatileBarrier from commontypes Remove the MEMORYBARRIER and VolatileBarrier() defines from commontypes.h and convert the spots that used this to mb(). Add comments to each use to indicate that the barrier is used to ensure channel synchronization between guests. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>