From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:35 +0000 (-0700) Subject: Memory barriers: LD_LD_MEM_BARRIER -> SMP_R_BARRIER_R X-Git-Tag: stable-10.2.0~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d484f11a6b14d41ee202c3378a2c6174aa3d4784;p=thirdparty%2Fopen-vm-tools.git Memory barriers: LD_LD_MEM_BARRIER -> SMP_R_BARRIER_R 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 ae51a287a..0d9a34d9d 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 @@ -456,8 +456,5 @@ SMP_W_BARRIER_R(void) #define MMIO_RW_BARRIER_W() SMP_RW_BARRIER_W() #define MMIO_RW_BARRIER_RW() SMP_RW_BARRIER_RW() -/* deprecated version -- going away soon */ -#define LD_LD_MEM_BARRIER() SMP_R_BARRIER_R() - #endif // _VM_BASIC_ASM_X86_COMMON_H_