From: Oliver Kurth Date: Mon, 20 Aug 2018 19:48:08 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools X-Git-Tag: stable-11.0.0~468 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c53fc060239f384b9c5f7fe2eb8bfb871661b0;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools --- 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 da592201e..7780d4518 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 @@ -258,9 +258,9 @@ GetCallerEFlags(void) /* Sequence recommended by Intel for the Pentium 4. */ #define INTEL_MICROCODE_VERSION() ( \ - __SET_MSR(MSR_BIOS_SIGN_ID, 0), \ + X86MSR_SetMSR(MSR_BIOS_SIGN_ID, 0), \ __GET_EAX_FROM_CPUID(1), \ - __GET_MSR(MSR_BIOS_SIGN_ID)) + X86MSR_GetMSR(MSR_BIOS_SIGN_ID)) /* *-----------------------------------------------------------------------------