From: Oliver Kurth Date: Tue, 19 Feb 2019 20:51:33 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19609ecdf97dbdbfa116eb3129689850fbf3e528;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_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 5d7dd3269..3451bf186 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2003-2018 VMware, Inc. All rights reserved. + * Copyright (C) 2003-2019 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -703,6 +703,14 @@ typedef int pid_t; #define VMM_ONLY(x) #endif +#ifdef ULVMM +#define vmx86_ulm 1 +#define ULM_ONLY(x) x +#else +#define vmx86_ulm 0 +#define ULM_ONLY(x) +#endif + #if defined(VMM) || defined(VMKERNEL) #define USER_ONLY(x) #else