From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:34 +0000 (-0700) Subject: Memory barriers: ST_LDST_MEM_BARRIER -> SMP_W_BARRIER_RW X-Git-Tag: stable-10.2.0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996d7bdf489f968c9c49adace1c1ac0a525a4c77;p=thirdparty%2Fopen-vm-tools.git Memory barriers: ST_LDST_MEM_BARRIER -> SMP_W_BARRIER_RW Delete the now unused macro. --- diff --git a/open-vm-tools/lib/include/vm_basic_asm_x86_common.h b/open-vm-tools/lib/include/vm_basic_asm_x86_common.h index ff8bc6d75..56d645ee0 100644 --- a/open-vm-tools/lib/include/vm_basic_asm_x86_common.h +++ b/open-vm-tools/lib/include/vm_basic_asm_x86_common.h @@ -462,7 +462,6 @@ SMP_W_BARRIER_R(void) #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() -#define ST_LDST_MEM_BARRIER() SMP_W_BARRIER_RW() #endif // _VM_BASIC_ASM_X86_COMMON_H_