]> 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>
Fri, 27 Jul 2018 18:46:23 +0000 (11:46 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:23 +0000 (11:46 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index 8d3823d84078d10cb95171ea889585ef9df5ca61..6270a315279c73f1c333f26db16b746a6a84c39a 100644 (file)
@@ -615,7 +615,7 @@ typedef void * UserVA;
 
 
 /* Maximal observable PPN value. */
-#define MAX_PPN_BITS      31
+#define MAX_PPN_BITS      32
 #define MAX_PPN           (((PPN)1 << MAX_PPN_BITS) - 1)
 
 #define INVALID_PPN       ((PPN)0x000fffffffffffffull)