From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:34 +0000 (-0700) Subject: Memory barriers: ST_ST_MEM_BARRIER -> SMP_W_BARRIER_W X-Git-Tag: stable-10.2.0~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89f4124fd5476dbba5a9f18d9c246c5a3f3543b;p=thirdparty%2Fopen-vm-tools.git Memory barriers: ST_ST_MEM_BARRIER -> SMP_W_BARRIER_W Remove the now unused old 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 56d645ee0..2b02b7016 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 @@ -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_