From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:34 +0000 (-0700) Subject: Memory barriers: LD_LDST_MEM_BARRIER -> SMP_R_BARRIER_RW X-Git-Tag: stable-10.2.0~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6870484de7e795b394c3bf7674f5e28c17960f;p=thirdparty%2Fopen-vm-tools.git Memory barriers: LD_LDST_MEM_BARRIER -> SMP_R_BARRIER_RW Delete the now unused, old macro name. --- 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 c743d591d..eebebc5ff 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 @@ -459,7 +459,6 @@ SMP_W_BARRIER_R(void) /* deprecated version -- going away soon */ #define LD_LD_MEM_BARRIER() SMP_R_BARRIER_R() #define LD_ST_MEM_BARRIER() SMP_R_BARRIER_W() -#define LD_LDST_MEM_BARRIER() SMP_R_BARRIER_RW() #endif // _VM_BASIC_ASM_X86_COMMON_H_