]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Sun, 5 Dec 2021 06:55:11 +0000 (22:55 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Sun, 5 Dec 2021 06:55:11 +0000 (22:55 -0800)
open-vm-tools/lib/include/vm_basic_types.h

index 228871fa15f030172cd219bd4df60de3fd8dbe70..19f5df06e72879a3ddc4a57d7486a35b686bb991 100644 (file)
@@ -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)