]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Memory barriers: ST_ST_MEM_BARRIER -> SMP_W_BARRIER_W
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:34 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:34 +0000 (11:23 -0700)
Remove the now unused old name.

open-vm-tools/lib/include/vm_basic_asm_x86_common.h

index 56d645ee007245b9938024fe60fd18f1b5974622..2b02b70162a97e52434e2ae39282cb114e57e012 100644 (file)
@@ -461,7 +461,6 @@ SMP_W_BARRIER_R(void)
 #define LD_ST_MEM_BARRIER()      SMP_R_BARRIER_W()
 #define LD_LDST_MEM_BARRIER()    SMP_R_BARRIER_RW()
 #define ST_LD_MEM_BARRIER()      SMP_W_BARRIER_R()
-#define ST_ST_MEM_BARRIER()      SMP_W_BARRIER_W()
 
 
 #endif // _VM_BASIC_ASM_X86_COMMON_H_