From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:34 +0000 (-0700) Subject: Memory barriers: LD_ST_MEM_BARRIER -> SMP_R_BARRIER_W X-Git-Tag: stable-10.2.0~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93c968d5034cbc6f6948caa5129fd5fcfb18619c;p=thirdparty%2Fopen-vm-tools.git Memory barriers: LD_ST_MEM_BARRIER -> SMP_R_BARRIER_W 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 eebebc5ff..ae51a287a 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 @@ -458,7 +458,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() #endif // _VM_BASIC_ASM_X86_COMMON_H_