]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 24 Apr 2018 00:08:17 +0000 (17:08 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 24 Apr 2018 00:08:17 +0000 (17:08 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index 27ab86700910c04902f473c691be1510ffb632e1..92bf06e7aad172bd95980b59ebff76605cafb25a 100644 (file)
@@ -645,6 +645,7 @@ typedef void * UserVA;
 #define MAX_PPN_BITS      31
 #define MAX_PPN           (((PPN)1 << MAX_PPN_BITS) - 1) /* Maximal observable PPN value. */
 #define INVALID_PPN       ((PPN)0xffffffff)
+#define INVALID_PPN32     ((PPN32)0xffffffff)
 #define INVALID_PPN64     ((PPN64)0xffffffffffffffffull)
 #define APIC_INVALID_PPN  ((PPN)0xfffffffe)