From: John Wolfe Date: Sun, 5 Dec 2021 06:55:11 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611dce7461466fbde66466b08efed436c3c9b3cb;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_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 228871fa1..19f5df06e 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -666,7 +666,7 @@ typedef void * UserVA; #define MAX_MPN ((MPN)MPN38_MASK - 3) /* 50 bits of address space */ #define INVALID_IOPN ((IOPN)-1) -#define MAX_IOPN (INVALID_IOPN - 1) +#define MAX_IOPN (IOA_2_IOPN((IOA)-1)) #define INVALID_LPN ((LPN)-1) #define INVALID_VPN ((VPN)-1)